Skip to content

Commit 2cfc46c

Browse files
committed
Lock dependencies and fix tests
1 parent c951cbf commit 2cfc46c

File tree

4 files changed

+1246
-266
lines changed

4 files changed

+1246
-266
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@
1111
"nikic/php-parser": "@stable",
1212
"beberlei/assert": "@stable",
1313
"andrewsville/php-token-reflection": "@stable",
14-
"symfony/finder": "@stable",
15-
"symfony/console": "@stable",
16-
"tomphp/patch-builder": "dev-master"
14+
"symfony/finder": "^2.4.0@stable",
15+
"symfony/console": "^2.4.0@stable",
16+
"tomphp/patch-builder": "^0.1"
1717
},
1818

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

2728
"autoload": {

0 commit comments

Comments
 (0)