Skip to content

Commit

Permalink
refactor: update Box config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 6, 2023
1 parent 68f891c commit f5ea596
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"alias": "cecil.phar",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"dump-autoload": false,
"output": "dist/cecil.phar",
"git-version": "git_version",
"compression": "GZ",
"directories": [
"config",
"src",
"resources"
],
"finder": [
{
"in": [
"."
],
"name": [
"*.php",
"*.twig",
Expand All @@ -34,13 +35,19 @@
"exclude": [
"phpunit",
"Tests",
"tests"
],
"in": [
"."
"tests",
"php-scoper",
"box",
"phpmd",
"phpstan",
"php_codesniffer",
"php-cs-fixer",
"composer-normalize"
]
}
],
"git-version": "git_version",
"output": "dist/cecil.phar"
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
]
}

0 comments on commit f5ea596

Please sign in to comment.