Skip to content

Commit 8c23a5e

Browse files
committed
Check composer requirements on Travis
1 parent 4600ec8 commit 8c23a5e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ before_script:
1111
- if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
1212
script:
1313
- vendor/bin/phing
14+
- >
15+
wget https://github.com/maglnet/ComposerRequireChecker/releases/download/0.2.1/composer-require-checker.phar
16+
&& php composer-require-checker.phar check composer.json
1417
after_script:
1518
- php vendor/bin/coveralls -v

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^7.1",
21+
"ext-simplexml": "*",
2122
"phpstan/phpstan": "^0.10",
2223
"nikic/php-parser": "^4.0"
2324
},

0 commit comments

Comments
 (0)