Skip to content

Commit b54f391

Browse files
authored
Merge pull request #1545 from troosan/stop_building_for_php5.3
Update minimum req, stop running travis builds for php 5.3, 5.4, 5.5 and 7.0
2 parents 8d92409 + 2a8a32e commit b54f391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
},
9191
"extra": {
9292
"branch-alias": {
93-
"dev-develop": "0.17-dev"
93+
"dev-develop": "0.17-dev",
94+
"develop_v1.0": "1.0-dev"
9495
}
9596
}
9697
}

0 commit comments

Comments
 (0)