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:
Snider 2026-01-27 17:41:15 +00:00
parent 91f9deeb6d
commit 8fe508541f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
.env
.env.backup
.env.production
composer.local.json
.phpactor.json
.phpunit.result.cache
Homestead.json

View file

@ -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"