chore: add local package development support
Add composer.local.json to gitignore and dev:packages script for developing against local copies of host-uk packages. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
91f9deeb6d
commit
8fe508541f
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@
|
|||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
composer.local.json
|
||||
.phpactor.json
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
}
|
||||
],
|
||||
"scripts": {
|
||||
"dev:packages": "COMPOSER=composer.local.json composer update",
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover --ansi"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue