Skip to content

Commit 453ac3d

Browse files
authored
Update nestedset package to support L13 (lunarphp#2456)
1 parent 1e58f63 commit 453ac3d

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"filament/spatie-laravel-media-library-plugin": "^4.0",
2121
"guzzlehttp/guzzle": "^7.3",
2222
"http-interop/http-factory-guzzle": "^1.2",
23-
"kalnoy/nestedset": "^v6.0.5",
23+
"kalnoy/nestedset": "^v6.0.5|^v7.0.1",
2424
"laravel/framework": "^12.0|^13.0",
2525
"laravel/scout": "^10.13.1",
2626
"leandrocfe/filament-apex-charts": "^5.0",
@@ -40,7 +40,7 @@
4040
"typesense/typesense-php": "^4.9"
4141
},
4242
"require-dev": {
43-
"filament/upgrade": "^4.0",
43+
"filament/upgrade": "^4.0",
4444
"larastan/larastan": "^3.0",
4545
"laravel/pint": "1.29.0",
4646
"mockery/mockery": "^1.6.9",
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"extra": {
91-
"lunar": {
91+
"lunar": {
9292
"name": [
9393
"Table Rate Shipping",
9494
"Opayo Payments",
@@ -132,7 +132,7 @@
132132
},
133133
"config": {
134134
"allow-plugins": {
135-
"pestphp/pest-plugin": true,
135+
"pestphp/pest-plugin": true,
136136
"php-http/discovery": true
137137
}
138138
},

packages/core/composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
{
22
"name": "lunarphp/core",
33
"description": "Lunar Laravel e-commerce core functionality.",
4-
"keywords": ["lunar", "laravel", "ecommerce", "e-commerce", "headless", "store", "shop", "cart"],
4+
"keywords": [
5+
"lunar",
6+
"laravel",
7+
"ecommerce",
8+
"e-commerce",
9+
"headless",
10+
"store",
11+
"shop",
12+
"cart"
13+
],
514
"type": "library",
615
"license": "MIT",
716
"authors": [
817
{
9-
"name": "Lunar",
10-
"homepage": "https://lunarphp.io/"
18+
"name": "Lunar",
19+
"homepage": "https://lunarphp.io/"
1120
}
1221
],
1322
"autoload": {
@@ -37,7 +46,7 @@
3746
"spatie/laravel-medialibrary": "^11.12.7",
3847
"spatie/laravel-activitylog": "^4.10.1",
3948
"laravel/scout": "^10.13.1",
40-
"kalnoy/nestedset": "^v6.0.5",
49+
"kalnoy/nestedset": "^v6.0.5|^v7.0.1",
4150
"lukascivil/treewalker": "0.9.1",
4251
"spatie/php-structure-discoverer": "^2.3.1",
4352
"spatie/laravel-blink": "^1.7.1"

0 commit comments

Comments
 (0)