Skip to content

Commit cd3bb13

Browse files
author
Mauro Cassani
committed
composer
1 parent 6594553 commit cd3bb13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424
"psr-4": { "ArrayQuery\\Tests\\": "tests/" }
2525
},
2626
"require": {
27-
"php": "^5.6|^7.0",
27+
"php": "^5.6 || ^7.0",
2828
"doctrine/annotations": "1.2.*",
2929
"doctrine/instantiator": "1.0.*"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^4.8|^5.0",
32+
"phpunit/phpunit": "~5.7",
33+
"friendsofphp/php-cs-fixer": "^2.3",
3334
"satooshi/php-coveralls": "dev-master"
3435
}
3536
}

0 commit comments

Comments
 (0)