File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache
8
8
9
9
php :
10
- - 5.6
11
- - 7.0
12
10
- 7.1
13
11
14
12
matrix :
15
13
include :
16
- - php : 7
17
- env : PHPSTAN=1 PHPSTAN_PHP70=.php7.0
18
14
- php : 7.1
19
15
env : PHPSTAN=1
20
16
@@ -24,4 +20,4 @@ before_script:
24
20
25
21
script :
26
22
- ./vendor/bin/phpunit
27
- - if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan${PHPSTAN_PHP70} .neon -l 3 lib tests; fi
23
+ - if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan.neon -l 3 lib tests; fi
Original file line number Diff line number Diff line change 13
13
{"name" : " Johannes Schmitt" , "email" : " schmittjoh@gmail.com" }
14
14
],
15
15
"require" : {
16
- "php" : " ~5.6|~7.0 " ,
16
+ "php" : " ~7.1 " ,
17
17
"doctrine/inflector" : " 1.*" ,
18
18
"doctrine/cache" : " 1.*" ,
19
19
"doctrine/collections" : " 1.*" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments