This repository was archived by the owner on Mar 4, 2020. It is now read-only.
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ extension =libzip.so
Original file line number Diff line number Diff line change 8
8
- ' 7.1'
9
9
- ' 7.2'
10
10
- ' 7.3'
11
- - ' 7.4snapshot '
11
+ - ' 7.4 '
12
12
13
13
env :
14
14
global :
@@ -20,10 +20,11 @@ matrix:
20
20
include :
21
21
# Codestyle check build
22
22
- name : ' Code style and static analysis'
23
- php : ' 7.3 '
23
+ php : ' 7.4 '
24
24
env : CHECK_CODESTYLE=1
25
25
before_install :
26
26
- phpenv config-rm xdebug.ini
27
+ - phpenv config-add .travis-php74.ini
27
28
before_script : ~
28
29
script :
29
30
- composer require phpstan/phpstan # Not part of require-dev, because it won't install on PHP 5.6
@@ -131,6 +132,9 @@ cache:
131
132
directories :
132
133
- $HOME/.composer/cache
133
134
135
+ before_install :
136
+ - if [ "$TRAVIS_PHP_VERSION" == "7.4" ]; then phpenv config-add .travis-php74.ini; fi
137
+
134
138
install :
135
139
- travis_retry composer self-update
136
140
- travis_retry composer update --no-interaction $DEPENDENCIES
Original file line number Diff line number Diff line change 21
21
},
22
22
"require-dev" : {
23
23
"friendsofphp/php-cs-fixer" : " ^2.0" ,
24
- "jakub-onderka/php-parallel-lint" : " ^0.9.2 " ,
24
+ "jakub-onderka/php-parallel-lint" : " ^1.0 " ,
25
25
"php-coveralls/php-coveralls" : " ^2.0" ,
26
26
"php-mock/php-mock-phpunit" : " ^1.1" ,
27
27
"phpunit/phpunit" : " ^5.7" ,
28
28
"sebastian/environment" : " ^1.3.4 || ^2.0 || ^3.0" ,
29
29
"sminnee/phpunit-mock-objects" : " ^3.4" ,
30
- "squizlabs/php_codesniffer" : " ^2.6 " ,
30
+ "squizlabs/php_codesniffer" : " ^3.5 " ,
31
31
"symfony/var-dumper" : " ^3.3 || ^4.0 || ^5.0"
32
32
},
33
33
"suggest" : {
You can’t perform that action at this time.
0 commit comments