Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmunjapara committed Dec 25, 2023
1 parent 5359bc8 commit 31cdd04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
],
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"intervention/image": "^2.5"
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"intervention/image": "^2.5|^3.2"
},
"require-dev": {
"orchestra/testbench": "~3.8.6|^4.8|^5.2|^6.0",
"mockery/mockery": "^1.2.3",
"laravel/legacy-factories": "^1.0.4"
"orchestra/testbench": "~3.8.6|^4.8|^5.2|^6.0|^7.0|^8.0",
"mockery/mockery": "^1.2.3|^1.6",
"laravel/legacy-factories": "^1.0.4|^1.2|^1.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 31cdd04

Please sign in to comment.