Skip to content

Commit

Permalink
feat!: bumps dependencies for Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Mar 9, 2024
1 parent 85d7f4c commit 8fc3fa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
],
"require": {
"php": "^8.1",
"illuminate/database": "^10.0",
"nesbot/carbon": "^2.62.1"
"php": "^8.2",
"illuminate/database": "^11.0",
"nesbot/carbon": "^2.72.2|^3.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.6.0 || ^10.0.7",
"marcocesarato/php-conventional-changelog": "^1.15"
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.5|^11.0",
"marcocesarato/php-conventional-changelog": "^1.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8fc3fa8

Please sign in to comment.