Skip to content

Commit

Permalink
Merge pull request #8 from 64robots/update/support-laravel-10
Browse files Browse the repository at this point in the history
Update/support laravel 10
  • Loading branch information
NtimYeboah authored May 24, 2024
2 parents 7c7fac3 + 736b72b commit 6bd738d
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 270 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "MIT",
"require": {
"php": ">=7.1.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/notifications": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/notifications": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6bd738d

Please sign in to comment.