Skip to content

Commit

Permalink
More Composer/monorepo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed Dec 21, 2023
1 parent 33cd82f commit c32c7bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit c32c7bb

Please sign in to comment.