Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 965ec9b

Browse files
committed
Look dependencies and fix tests
1 parent c951cbf commit 965ec9b

File tree

4 files changed

+1327
-259
lines changed

4 files changed

+1327
-259
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22
before_script:
33
- composer install --dev --prefer-dist
4-
script: phpunit; php vendor/bin/behat --format progress
4+
script: php vendor/bin/phpunit; php vendor/bin/behat --format progress
55
php:
66
- 5.4
77
- 5.5

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
"andrewsville/php-token-reflection": "@stable",
1414
"symfony/finder": "@stable",
1515
"symfony/console": "@stable",
16-
"tomphp/patch-builder": "dev-master"
16+
"tomphp/patch-builder": "^0.1"
1717
},
1818

1919
"require-dev": {
2020
"php": ">=5.4",
21-
"behat/behat": "@stable",
21+
"behat/behat": "^2.5",
2222
"mikey179/vfsStream": "@stable",
2323
"phake/phake": "@stable",
24-
"symfony/process": "@stable"
24+
"symfony/process": "@stable",
25+
"phpunit/phpunit": "^4.6"
2526
},
2627

2728
"autoload": {

0 commit comments

Comments
 (0)