Skip to content

Commit 719ea82

Browse files
lookymanondrejmirtes
authored andcommitted
Check composer requirements on Travis
1 parent aaa75bb commit 719ea82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ before_script:
77
- composer install
88
script:
99
- vendor/bin/phing
10+
- >
11+
wget https://github.com/maglnet/ComposerRequireChecker/releases/download/0.2.1/composer-require-checker.phar
12+
&& php composer-require-checker.phar check composer.json
1013
after_script:
1114
- php vendor/bin/coveralls -v

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"phpstan/phpstan": "^0.10",
1515
"doctrine/common": "^2.7",
1616
"doctrine/orm": "^2.5",
17+
"doctrine/collections": "^1.0",
1718
"nikic/php-parser": "^4.0"
1819
},
1920
"require-dev": {

0 commit comments

Comments
 (0)