Skip to content

Commit

Permalink
PHP 7.1 and Illuminate 5.4 are now required
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed May 16, 2017
1 parent 50d0a19 commit c37b616
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/cache": "~5.0",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"illuminate/pagination": "~5.0",
"illuminate/support": "~5.0",
"illuminate/validation": "~5.0"
"php": ">=7.1.0 <8.0.0",
"illuminate/cache": "~5.4",
"illuminate/console": "~5.4",
"illuminate/database": "~5.4",
"illuminate/pagination": "~5.4",
"illuminate/support": "~5.4",
"illuminate/validation": "~5.4"
},
"require-dev": {
"mockery/mockery": "^0.9",
"phpunit/phpunit": "~4.1",
"phpunit/phpunit": "~5.7",
"sami/sami": "~3.3|~4.0"
},
"autoload": {
Expand Down

0 comments on commit c37b616

Please sign in to comment.