Skip to content

Commit cdc8831

Browse files
committed
[allowMultiplePhpVersions] Allow multiple versions.
1 parent 2bff22e commit cdc8831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"php": "5.* || 7.*",
1515
"illuminate/database": "5.*",
1616
"illuminate/filesystem": "5.*",
17-
"sebastian/peek-and-poke": "^1.0@dev"
17+
"sebastian/peek-and-poke": "^1.0@dev",
18+
"php-coveralls/php-coveralls": "2.*"
1819
},
1920
"require-dev": {
2021
"phing/phing": "2.*",
21-
"phpunit/phpunit": "4.*",
22+
"phpunit/phpunit": "4.* || 5.* || 6.* || 7.*",
2223
"illuminate/config": "5.*",
2324
"squizlabs/php_codesniffer": "2.*",
24-
"chadicus/coding-standard": "~1.0",
25-
"satooshi/php-coveralls": "1.*"
25+
"chadicus/coding-standard": "~1.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)