Skip to content

Commit b6cdd93

Browse files
committed
Lock down version of phing because 2.16 onwards requires php 5.5
- We still support php 5.3 - Phing 2.16 only requires php 5.2 but its dependency symfony/yaml ^3.1 requires php 5.5.9 - Phing dev-master also currently conflicts with our required version of phpunit. We can't upgrade phpunit yet because phpunit 5 requires php 5.6 and phpunit 6 requires php 7
1 parent d08f033 commit b6cdd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "~4.1",
38-
"phing/phing": "dev-master"
38+
"phing/phing": "~2.15.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)