Skip to content

Commit

Permalink
Only Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Apr 7, 2022
1 parent d6978af commit c58e5c2
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 @@ -13,11 +13,11 @@
"php": "^8.0",
"ext-json": "*",
"ext-zip": "*",
"illuminate/console": "^8.0 || ^9.0",
"illuminate/filesystem": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"symfony/finder": "^5.0 || ^6.0",
"symfony/process": "^5.0 || ^6.0"
"illuminate/console": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0",
"symfony/finder": "^5.0",
"symfony/process": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit c58e5c2

Please sign in to comment.