Skip to content

Commit c6fd5a2

Browse files
committed
Raised the phpunit required to ~4.4
assertArraySubset() wasn't introduced until 4.4
1 parent c637112 commit c6fd5a2

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
@@ -13,7 +13,7 @@
1313
"symfony/console": "~2.2"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~4.1"
16+
"phpunit/phpunit": "~4.4"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)