Skip to content

Commit

Permalink
upgrade to laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
NtimYeboah committed Apr 29, 2024
1 parent 06603b1 commit 30697f9
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 30697f9

Please sign in to comment.