Skip to content

Commit

Permalink
Fix: min Laravel 7.0 - PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Feb 20, 2022
1 parent 4e65540 commit ab83f07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}],
"require": {
"php": "^8.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0"
"illuminate/http": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0"
},
"require-dev": {
"code-lts/doctum": "^5.4",
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ab83f07

Please sign in to comment.