Skip to content

Commit bd4be27

Browse files
committed
Bump dependencies for Laravel 12
1 parent 5400309 commit bd4be27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"require": {
2121
"php": ">=8.1",
2222
"ext-json": "*",
23-
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0",
24-
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0",
25-
"google/cloud-pubsub": "^1.1",
23+
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
24+
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
25+
"google/cloud-pubsub": "^1.1 | ^2.10",
2626
"ramsey/uuid": "^2.0|^3.0|^4.0"
2727
},
2828
"require-dev": {
@@ -49,4 +49,4 @@
4949
}
5050
},
5151
"minimum-stability": "stable"
52-
}
52+
}

0 commit comments

Comments
 (0)