Skip to content

Commit c5aeba4

Browse files
authored
Merge pull request #10 from chrishalbert/allowMultiplePhpVersions
[allowMultiplePhpVersions] Allow multiple versions.
2 parents 2bff22e + 36ceadb commit c5aeba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
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"
16+
"illuminate/filesystem": "5.*"
1817
},
1918
"require-dev": {
2019
"phing/phing": "2.*",
21-
"phpunit/phpunit": "4.*",
20+
"phpunit/phpunit": "4.* || 5.*",
2221
"illuminate/config": "5.*",
2322
"squizlabs/php_codesniffer": "2.*",
2423
"chadicus/coding-standard": "~1.0",
25-
"satooshi/php-coveralls": "1.*"
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)