File tree Expand file tree Collapse file tree 4 files changed +1246
-266
lines changed Expand file tree Collapse file tree 4 files changed +1246
-266
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
before_script :
3
3
- 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
5
5
php :
6
6
- 5.4
7
7
- 5.5
Original file line number Diff line number Diff line change 11
11
"nikic/php-parser" : " @stable" ,
12
12
"beberlei/assert" : " @stable" ,
13
13
"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 "
17
17
},
18
18
19
19
"require-dev" : {
20
20
"php" : " >=5.4" ,
21
- "behat/behat" : " @stable" ,
21
+ "behat/behat" : " ^2.5 @stable" ,
22
22
"mikey179/vfsStream" : " @stable" ,
23
23
"phake/phake" : " @stable" ,
24
- "symfony/process" : " @stable"
24
+ "symfony/process" : " @stable" ,
25
+ "phpunit/phpunit" : " ^4.6@stable"
25
26
},
26
27
27
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments