Skip to content

Commit

Permalink
Laravel 8 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller Schrøder authored Oct 29, 2020
1 parent 95772dc commit 7e8d59e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
}
},
"require": {
"php" : ">=7.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"php" : "^7.1|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
"phpunit/phpcov": "^6.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpcov": "^6.0|^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.1",
"orchestra/testbench": "~3.8"
"orchestra/testbench": "^5.0|^6.3"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 7e8d59e

Please sign in to comment.