Skip to content

Commit

Permalink
Laravel 9 PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimimo authored Feb 24, 2022
1 parent 7613211 commit caae481
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@
"admin-mailer"
],
"require": {
"php": "^7.1",
"illuminate/auth": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/events": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/notifications": "^8.0|^9.0"
"php": "^7.3|^8.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.8|^9.3.3",
"orchestra/testbench": "^v5.0|^v6.0|v7.0",
"mockery/mockery": "~1.3.3|^1.4.2"
"phpunit/phpunit": "^8.5.8|^9.3",
"orchestra/testbench": "^v6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit caae481

Please sign in to comment.