Skip to content

Commit

Permalink
Update requirements for Laravel 6.0 (#3)
Browse files Browse the repository at this point in the history
Illuminate/support 6 is added and since laravel 6 requires php 7.2 this was updated as well.
  • Loading branch information
stillzombie authored and FabianHippmann committed Sep 6, 2019
1 parent d373ace commit f5cf582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"require": {
"illuminate/support": "~5.1",
"php" : "~5.6|~7.0"
"illuminate/support": "5.*|~6",
"php" : "~5.6|~7.*"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0||~6.0",
"phpunit/phpunit" : "~4.0||~5.0||~6.0||~7.0||~8.0",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit f5cf582

Please sign in to comment.