Skip to content

Commit

Permalink
Update dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Apr 24, 2024
1 parent 54919a8 commit 6d0dd68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|8.3",
"archtechx/enums": "*",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"spatie/laravel-data": "^1.4|^2.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"spatie/laravel-data": "^1.4|^2.0|^3.12",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"nunomaduro/collision": "^5.0|^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"nunomaduro/collision": "^5.0|^6.0|^7.0||^8.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit 6d0dd68

Please sign in to comment.