File tree Expand file tree Collapse file tree 5 files changed +96
-115
lines changed Expand file tree Collapse file tree 5 files changed +96
-115
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
1
+ dist : trusty
2
2
sudo : required
3
3
language : php
4
4
14
14
- 5.6
15
15
- 7.0
16
16
- 7.1
17
+ - 7.2
17
18
- nightly
18
19
- hhvm
19
20
@@ -42,7 +43,7 @@ before_script:
42
43
43
44
script :
44
45
- composer check-code
45
- - if [ "$TRAVIS_PHP_VERSION" == "7.1 " ] ; then composer test-cov; else composer test; fi
46
+ - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ] ; then composer test-cov; else composer test; fi
46
47
47
48
after_script :
48
- - if [ "$TRAVIS_PHP_VERSION" == "7.1 " ]; then composer test-cov-upload; fi
49
+ - if [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then composer test-cov-upload; fi
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6
6
## [ Unreleased]
7
7
### Added
8
8
### Changed
9
+ - Updated Travis to use Trusty containers (for HHVM) and add PHP 7.2 to the tests.
9
10
- Add debug log entry instead of throwing an exception for duplicate updates.
10
11
### Deprecated
11
12
### Removed
12
13
### Fixed
14
+ - PHPCS fixes for updated CodeSniffer dependency.
13
15
### Security
14
16
15
17
## [ 0.52.0] - 2018-01-07
Original file line number Diff line number Diff line change 22
22
"ext-pdo" : " *" ,
23
23
"ext-curl" : " *" ,
24
24
"ext-mbstring" : " *" ,
25
- "monolog/monolog" : " ^1.22 " ,
26
- "guzzlehttp/guzzle" : " ^6.2 "
25
+ "monolog/monolog" : " ^1.23 " ,
26
+ "guzzlehttp/guzzle" : " ^6.3 "
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^4.8|^5.7|^6.1 " ,
30
- "squizlabs/php_codesniffer" : " ^2.8 "
29
+ "phpunit/phpunit" : " ^4.8|^5.7|^6.5 " ,
30
+ "squizlabs/php_codesniffer" : " ^3.2 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments