Skip to content

Commit

Permalink
Merge branch '1.x' into feature/model-extending
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs authored Dec 21, 2023
2 parents 6ccae35 + c32c7bb commit 026147a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 35 deletions.
56 changes: 35 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
}
],
"require": {
"php": "^8.1",
"ext-bcmath": "*",
"ext-exif": "*",
"ext-intl": "*",
"barryvdh/laravel-dompdf": "^2.0",
"cartalyst/converter": "^8.0",
"doctrine/dbal": "^3.6",
"ext-bcmath": "*",
"ext-exif": "*",
"ext-intl": "*",
"filament/filament": "^3.1.23",
"filament/spatie-laravel-media-library-plugin": "^3.0-stable",
"guzzlehttp/guzzle": "^7.3",
"illuminate/http": "^10.0",
"kalnoy/nestedset": "^6.0",
"laravel/framework": "^10.0",
"laravel/scout": "^10.0",
"leandrocfe/filament-apex-charts": "^3.0",
"lukascivil/treewalker": "0.9.1",
"marvinosswald/filament-input-select-affix": "dev-main",
"php": "^8.1",
"spatie/laravel-activitylog": "^4.4",
"spatie/laravel-blink": "^1.6",
"spatie/laravel-medialibrary": "^10.0.0",
"filament/filament": "^3.1.23",
"filament/spatie-laravel-media-library-plugin": "^3.0-stable",
"spatie/laravel-permission": "^5.10",
"technikermathe/blade-lucide-icons": "^v2.24.0",
"marvinosswald/filament-input-select-affix": "dev-main",
"leandrocfe/filament-apex-charts": "^3.0"
"technikermathe/blade-lucide-icons": "^v2.24.0"
},
"require-dev": {
"laravel/pint": "1.13.1",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^8.0",
"symplify/monorepo-builder": "^10.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
"pestphp/pest-plugin-laravel": "^2.0",
"symplify/monorepo-builder": "^10.0"
},
"autoload": {
"files": [
Expand All @@ -54,8 +54,14 @@
"Lunar\\Database\\Factories\\": "packages/core/database/factories",
"Lunar\\Database\\Seeders\\": "packages/core/database/seeders",
"Lunar\\Database\\State\\": "packages/core/database/state",
"Lunar\\Opayo\\": "packages/opayo/src",
"Lunar\\Paypal\\": "packages/paypal/src",
"Lunar\\Opayo\\": [
"packages/opayo/src",
"packages/opayo/src/"
],
"Lunar\\Paypal\\": [
"packages/paypal/src",
"packages/paypal/src/"
],
"Lunar\\ScoutDatabaseEngine\\": "packages/scout-database-engine/src",
"Lunar\\Shipping\\": "packages/table-rate-shipping/src",
"Lunar\\Shipping\\Database\\Factories\\": "packages/table-rate-shipping/database/factories"
Expand All @@ -73,14 +79,21 @@
}
},
"extra": {
"lunar": {
"name": [
"Table Rate Shipping",
"Opayo Payments",
"Paypal Payments"
]
},
"laravel": {
"providers": [
"Lunar\\LunarServiceProvider",
"Lunar\\Paypal\\PaypalServiceProvider",
"Lunar\\Admin\\LunarPanelProvider",
"Lunar\\Opayo\\OpayoServiceProvider",
"Lunar\\Paypal\\PaypalServiceProvider",
"Lunar\\ScoutDatabaseEngine\\ScoutDatabaseServiceProvider",
"Lunar\\Shipping\\ShippingServiceProvider"
"Lunar\\Shipping\\ShippingServiceProvider",
"Lunar\\LunarServiceProvider"
]
}
},
Expand All @@ -89,7 +102,8 @@
"lunarphp/core": "self.version",
"lunarphp/opayo": "self.version",
"lunarphp/paypal": "self.version",
"lunarphp/scout-database-engine": "self.version"
"lunarphp/scout-database-engine": "self.version",
"lunarphp/table-rate-shipping": "self.version"
},
"scripts": {
"pint": "pint",
Expand All @@ -100,11 +114,11 @@
"@test:phpstan"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
6 changes: 5 additions & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
// for "merge" command
$parameters->set(Option::DATA_TO_APPEND, [
ComposerJsonSection::REQUIRE_DEV => [
'phpunit/phpunit' => '^9.5',
'laravel/pint' => '1.13.1',
'mockery/mockery' => '^1.4.4',
'nunomaduro/larastan' => '^2.0',
'pestphp/pest' => '^2.0',
'pestphp/pest-plugin-laravel' => '^2.0',
'symplify/monorepo-builder' => '^10.0',
],
]);
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lunarphp/lunar",
"name": "lunarphp/admin",
"description": "Admin panel for LunarPHP",
"license": "MIT",
"autoload": {
Expand Down
12 changes: 1 addition & 11 deletions packages/paypal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,14 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"lunarphp/core": "self.version"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Lunar\\Paypal\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lunar\\Paypal\\Tests\\": "tests/"
}
},
"extra": {
"lunar": {
"name": "Paypal Payments"
Expand Down
2 changes: 1 addition & 1 deletion packages/table-rate-shipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": "^8.2",
"php": "^8.1",
"lunarphp/admin": "self.version"
}
}

0 comments on commit 026147a

Please sign in to comment.