File tree 3 files changed +355
-153
lines changed
3 files changed +355
-153
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
4
- 5.6
6
5
- 7.0
7
6
- 7.1
@@ -12,7 +11,7 @@ sudo: false
12
11
13
12
install :
14
13
- composer self-update
15
- - composer install --no-interaction --prefer-source
14
+ - composer install --no-interaction --prefer-dist
16
15
17
16
script :
18
17
- php vendor/bin/phpunit
Original file line number Diff line number Diff line change 20
20
"issues" : " https://github.com/tomzx/php-semver-checker/issues"
21
21
},
22
22
"require" : {
23
- "php" : " >=5.5.9 " ,
23
+ "php" : " >=5.6.0 " ,
24
24
25
- "hassankhan/config" : " ^0.10 " ,
25
+ "hassankhan/config" : " ^0.11 " ,
26
26
"nikic/php-parser" : " ^3.1" ,
27
- "symfony/console" : " ^2.7|^3.0" ,
28
- "symfony/yaml" : " ^2.7|^3.0" ,
27
+ "symfony/console" : " ^2.7|^3.0|^4.0 " ,
28
+ "symfony/yaml" : " ^2.7|^3.0|^4.0 " ,
29
29
"tomzx/finder" : " ^0.1"
30
30
},
31
31
"require-dev" : {
32
- "mockery/mockery" : " ^0.9 " ,
32
+ "mockery/mockery" : " ^1.0 " ,
33
33
"phpunit/phpunit" : " ^4.0|^5.0"
34
34
},
35
35
"bin" : [
47
47
},
48
48
"config" : {
49
49
"platform" : {
50
- "php" : " 5.5.9 "
50
+ "php" : " 5.6.0 "
51
51
}
52
52
},
53
53
"extra" : {
You can’t perform that action at this time.
0 commit comments