feat(container): makes it autowirable

Co-Authored-By: Johannes Pichler <fetzi@users.noreply.github.com>
This commit is contained in:
Nuno Maduro
2020-06-14 16:25:51 +02:00
parent a70c64d704
commit 06d707fb41
4 changed files with 97 additions and 4 deletions

View File

@ -70,7 +70,7 @@
"test:types": "phpstan analyse --ansi",
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
"test:integration": "php bin/pest --colors=always --group=integration",
"test:integration:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
"test:update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
"test": [
"@test:lint",
"@test:types",