Skip to content

Commit beb3353

Browse files
committed
Forced a quick update to Laravel 12 for packages
1 parent bb271dc commit beb3353

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

composer.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adverbs/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"calebporzio/sushi": "^2.0",
8-
"illuminate/support": "^11.36"
8+
"illuminate/support": "^11.36|^12.0"
99
},
1010
"require-dev": {
1111
"larastan/larastan": "^v3.0.2",

packages/artisan-ui/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"larastan/larastan": "^v3.0.2",

packages/docsidian/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"embed/embed": "^4.4",
8-
"illuminate/support": "^11.36",
8+
"illuminate/support": "^11.36|^12.0",
99
"livewire/livewire": "^v3.5.18",
1010
"tempest/highlight": "^2.0"
1111
},

packages/fat-enums/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"calebporzio/sushi": "^2.5.2",

packages/flux-themes/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36",
7+
"illuminate/support": "^11.36|^12.0",
88
"livewire/flux": "*",
99
"livewire/flux-pro": "*"
1010
},

packages/marketing-mailcoach/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"larastan/larastan": "^v3.0.2",

packages/marketing/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"larastan/larastan": "^v3.0.2",

packages/mirror/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"larastan/larastan": "^v3.0.2",

packages/packagist/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36",
7+
"illuminate/support": "^11.36|^12.0",
88
"saloonphp/saloon": "^3.0"
99
},
1010
"require-dev": {

packages/skeleton/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36"
7+
"illuminate/support": "^11.36|^12.0"
88
},
99
"require-dev": {
1010
"larastan/larastan": "^v3.0.2",

packages/till-stripe/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"illuminate/support": "^11.36",
7+
"illuminate/support": "^11.36|^12.0",
88
"stripe/stripe-php": "^16.0"
99
},
1010
"require-dev": {

packages/till/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"artisan-build/flux-themes": "*",
88
"calebporzio/sushi": "^2.0",
9-
"illuminate/support": "^11.36"
9+
"illuminate/support": "^11.36|^12.0"
1010
},
1111
"require-dev": {
1212
"larastan/larastan": "^v3.0",

0 commit comments

Comments
 (0)