Skip to content

Commit

Permalink
Merge pull request #11 from 64robots/update/support-laravel-10
Browse files Browse the repository at this point in the history
Upgrade to laravel 10
  • Loading branch information
NtimYeboah authored May 20, 2024
2 parents 2e9d5d7 + 856f5a2 commit aa6c34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"license": "MIT",
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/container": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/container": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"fakerphp/faker": "^1.9.1",
"stripe/stripe-php": "^7.9"
},
Expand Down

0 comments on commit aa6c34f

Please sign in to comment.