Skip to content

Commit

Permalink
Update composer packages for Laravel 9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
itxshakil committed May 29, 2022
1 parent 5dfd127 commit 4112ebf
Show file tree
Hide file tree
Showing 2 changed files with 1,592 additions and 1,533 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"require": {
"php": "^8.0",
"fideloper/proxy": "^4.0",
"fruitcake/laravel-cors": "^1.0",
"fruitcake/laravel-cors": "^3.0",
"guzzlehttp/guzzle": "^7.0.1",
"fzaninotto/faker": "^1.9.1",
"hardevine/shoppingcart": "^2.8",
"laravel/framework": "^8.0",
"hardevine/shoppingcart": "^3.1",
"laravel/framework": "^9.0",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0",
Expand All @@ -23,9 +23,9 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.5",
"facade/ignition": "^2.3.6",
"spatie/laravel-ignition": "^1.0",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.3"
},
"config": {
Expand Down
Loading

0 comments on commit 4112ebf

Please sign in to comment.