Skip to content

Commit

Permalink
Further upgrade dependencies as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafat authored Apr 11, 2024
1 parent 081fa57 commit 357b9bc
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 @@ -24,14 +24,14 @@
}
],
"require": {
"php": "^7.2|^8.0.2|^8.1",
"php": "^7.2|^8",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0|^11.0",
"eklundkristoffer/seedster": "^8.0",
"laravel/helpers": "^1.5"
"laravel/helpers": "^1.7"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"laravel/tinker": "^2.7",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"laravel/tinker": "^2.9",
"illuminate/support": "^8.5|^9.0|^10.0|^11.0",
"laravel/laravel": "^8.0|^9.0|^10.0|^11.0"
},
Expand Down

0 comments on commit 357b9bc

Please sign in to comment.