Skip to content

Commit 2c9ba95

Browse files
Bump dependencies for Laravel 11 (#153)
1 parent f6b947d commit 2c9ba95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"php": "^7.3 || ^8.0",
2121
"guzzlehttp/guzzle": "^7.0",
22-
"nesbot/carbon": "^2.0",
23-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
22+
"nesbot/carbon": "^2.0 || ^3.0",
23+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.0"
26+
"phpunit/phpunit": "^9.0 || ^10.5"
2727
},
2828
"autoload": {
2929
"files": [

0 commit comments

Comments
 (0)