Skip to content

Commit eacecc5

Browse files
authored
Merge pull request #33 from veewee/disable-requirements-checker
Disable requirements checker
2 parents 4d08e4e + dd3fe79 commit eacecc5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build/box.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"alias": "grumphp.phar",
33
"banner": false,
44
"force-autodiscovery": true,
5+
"check-requirements": false,
56
"compactors": [
67
"KevinGH\\Box\\Compactor\\PhpScoper"
78
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"composer-plugin-api": "~2.0"
2424
},
2525
"require-dev": {
26-
"humbug/box": "^4.6"
26+
"humbug/box": "^4.7"
2727
},
2828
"replace": {
2929
"phpro/grumphp": "self.version"

0 commit comments

Comments
 (0)