Skip to content

Commit

Permalink
Merge pull request #36 from asbiin/update-laravel8
Browse files Browse the repository at this point in the history
Update for Laravel 8
  • Loading branch information
vluzrmos authored Oct 2, 2020
2 parents 736241f + 7b2bf9e commit ff6c041
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 @@ -18,15 +18,15 @@
"type": "package",
"require": {
"php": "^7.2",
"illuminate/config": "~6.0 || ~7.0",
"illuminate/translation": "~6.0 || ~7.0",
"illuminate/support": "~6.0 || ~7.0",
"illuminate/cookie": "~6.0 || ~7.0"
"illuminate/config": "~6.0 || ~7.0 || ~8.0",
"illuminate/translation": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
"illuminate/cookie": "~6.0 || ~7.0 || ~8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
"orchestra/testbench": "^5.0 || ^6.0",
"phpunit/phpunit": "^8.5 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ff6c041

Please sign in to comment.