Commit c92cebea authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise composer-require-checker en CI.

Showing with 2 additions and 0 deletions
+2 -0
...@@ -15,6 +15,7 @@ stages: ...@@ -15,6 +15,7 @@ stages:
script: script:
- composer update $COMPOSER_OPTS - composer update $COMPOSER_OPTS
- php -l src/*.php - php -l src/*.php
- vendor/bin/composer-require-checker
- vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no
- vendor/bin/phpunit - vendor/bin/phpunit
cache: cache:
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"symfony/cache": "^4.0" "symfony/cache": "^4.0"
}, },
"require-dev": { "require-dev": {
"irstea/composer-require-checker-shim": "^2.0.0",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment