Skip to content

Commit

Permalink
Merge pull request #10 from chrishalbert/allowMultiplePhpVersions
Browse files Browse the repository at this point in the history
[allowMultiplePhpVersions] Allow multiple versions.
  • Loading branch information
chrishalbert authored Jun 7, 2018
2 parents 2bff22e + 36ceadb commit c5aeba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"require": {
"php": "5.* || 7.*",
"illuminate/database": "5.*",
"illuminate/filesystem": "5.*",
"sebastian/peek-and-poke": "^1.0@dev"
"illuminate/filesystem": "5.*"
},
"require-dev": {
"phing/phing": "2.*",
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "4.* || 5.*",
"illuminate/config": "5.*",
"squizlabs/php_codesniffer": "2.*",
"chadicus/coding-standard": "~1.0",
"satooshi/php-coveralls": "1.*"
"sebastian/peek-and-poke": "^1.0@dev",
"php-coveralls/php-coveralls": "2.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c5aeba4

Please sign in to comment.