Skip to content

Commit 36ceadb

Browse files
committed
[allowMultiplePhpVersions] Specify a couple of versions.
1 parent cdc8831 commit 36ceadb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"require": {
1414
"php": "5.* || 7.*",
1515
"illuminate/database": "5.*",
16-
"illuminate/filesystem": "5.*",
17-
"sebastian/peek-and-poke": "^1.0@dev",
18-
"php-coveralls/php-coveralls": "2.*"
16+
"illuminate/filesystem": "5.*"
1917
},
2018
"require-dev": {
2119
"phing/phing": "2.*",
22-
"phpunit/phpunit": "4.* || 5.* || 6.* || 7.*",
20+
"phpunit/phpunit": "4.* || 5.*",
2321
"illuminate/config": "5.*",
2422
"squizlabs/php_codesniffer": "2.*",
25-
"chadicus/coding-standard": "~1.0"
23+
"chadicus/coding-standard": "~1.0",
24+
"sebastian/peek-and-poke": "^1.0@dev",
25+
"php-coveralls/php-coveralls": "2.*"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)