1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
- Bump box to the latest stable release
- Remove unncessary settings from `box.json.dist`
- Add the `Php` compactor which should remove some unnecessary comments and whitespaces from the
  PHAR
This commit is contained in:
Théo FIDRY 2018-10-08 08:50:09 +02:00 committed by Matthew Brown
parent afebefba19
commit 477e91ab85
2 changed files with 3 additions and 5 deletions

View File

@ -7,10 +7,8 @@
],
"files-bin": ["config.xsd"],
"directories-bin" : ["assets"],
"intercept" : false,
"compactors" : [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\PhpScoper"
],
"chmod" : "0755",
"compression": "NONE"
]
}

View File

@ -2,6 +2,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"humbug/box": "dev-master"
"humbug/box": "^3.1"
}
}