Skip to content

Commit 455f085

Browse files
fix(deps): update illuminate packages to v12
1 parent bb431c8 commit 455f085

File tree

2 files changed

+135
-131
lines changed

2 files changed

+135
-131
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.20.0",
10+
"illuminate/container": "12.20.0",
11+
"illuminate/contracts": "12.20.0",
12+
"illuminate/http": "12.20.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)