Skip to content

Commit c11bde7

Browse files
committed
Explicitly requiring a newer PHPUnit version for builds
1 parent 0ac6141 commit c11bde7

File tree

4 files changed

+8
-322
lines changed

4 files changed

+8
-322
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ dist/
55
tests/Doctrine/Tests/Common/Proxy/generated/
66
vendor/
77
.idea
8+
composer.lock
89
doctrine-common-*.tar
910
doctrine-common-*.tar.gz

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ php:
1010
before_script:
1111
- composer --prefer-source install
1212

13+
script:
14+
- ./vendor/bin/phpunit
15+
1316
matrix:
1417
allow_failures:
1518
- php: hhvm

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"doctrine/lexer": "1.*",
2121
"doctrine/annotations": "1.*"
2222
},
23+
"minimum-stability": "dev",
24+
"require-dev": {
25+
"phpunit/phpunit": "~3.7"
26+
},
2327
"autoload": {
2428
"psr-0": { "Doctrine\\Common\\": "lib/" }
2529
},

composer.lock

Lines changed: 0 additions & 322 deletions
This file was deleted.

0 commit comments

Comments
 (0)