Skip to content

Commit

Permalink
Merge pull request #10 from 64robots/update/support-laravel-9
Browse files Browse the repository at this point in the history
upgrade to laravel 9
  • Loading branch information
NtimYeboah authored Apr 29, 2024
2 parents 06603b1 + 30697f9 commit 2e9d5d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"license": "MIT",
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"illuminate/container": "^5.0|^6.0|^7.0|^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",
"fakerphp/faker": "^1.9.1",
"stripe/stripe-php": "^7.9"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^6.0"
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2e9d5d7

Please sign in to comment.