Skip to content

Commit 54e42e2

Browse files
fix(deps): update illuminate packages to v12
1 parent 899d553 commit 54e42e2

File tree

2 files changed

+213
-209
lines changed

2 files changed

+213
-209
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"require": {
77
"php": "^7.4|^8.0",
88
"guzzlehttp/guzzle": "^7.0",
9-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
10-
"illuminate/container": "^8.0|^9.0|^10.0|^11.0",
11-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
12-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0"
9+
"illuminate/support": "12.2.0",
10+
"illuminate/container": "12.2.0",
11+
"illuminate/contracts": "12.2.0",
12+
"illuminate/http": "12.2.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)