Skip to content

Commit

Permalink
Laravel 9 without dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimimo authored Feb 24, 2022
1 parent e865930 commit 5c11ac9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@
"admin-mailer"
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.1",
"laravel/framework": "^8.75|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.8|^9.3",
"orchestra/testbench": "^v6.0"
},
"autoload": {
"psr-4": {
"Dimimo\\AdminMailer\\": "src/"
Expand Down

0 comments on commit 5c11ac9

Please sign in to comment.