Skip to content

Commit

Permalink
Add whitelist of pre-checked extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 1, 2020
1 parent a69903c commit 8d9ad33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env: DEPS="high"
script:
- composer require --dev maglnet/composer-require-checker:^2.0.0
- ./vendor/bin/composer-require-checker check ./composer.json
- ./vendor/bin/composer-require-checker check --config-file=bin/composer-require-checker-config.json ./composer.json

- stage: Phar build
php: 7.3
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"require": {
"php": "^7.1.3",
"ext-dom": "*",
"ext-SimpleXML": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-tokenizer": "*",
"nikic/php-parser": "^4.3",
"openlss/lib-array2xml": "^1.0",
"ocramius/package-versions": "^1.2",
Expand Down

0 comments on commit 8d9ad33

Please sign in to comment.