Skip to content

Commit

Permalink
feature: Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Sep 27, 2022
1 parent bcdf0b0 commit d45f0bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"license": "MIT",
"require": {
"illuminate/validation": "^8.0",
"illuminate/translation": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/validation": "^8.0|^9.0",
"illuminate/translation": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"vlucas/phpdotenv": "^5.1"
},
"autoload": {
Expand Down

0 comments on commit d45f0bd

Please sign in to comment.