updated-packages
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
sudo: false
|
||||
|
||||
language: php
|
||||
|
||||
matrix:
|
||||
@@ -10,6 +8,7 @@ matrix:
|
||||
env:
|
||||
- CS_CHECK=true
|
||||
- php: 7.2
|
||||
- php: 7.3
|
||||
|
||||
before_install:
|
||||
- composer install --no-interaction
|
||||
|
||||
@@ -2,6 +2,30 @@
|
||||
|
||||
All notable changes to this project will be documented in this file, in reverse chronological order by release.
|
||||
|
||||
## 2.1.1 - 2019-02-07
|
||||
|
||||
### Added
|
||||
|
||||
- [#37](https://github.com/zendframework/ZendService_Google_Gcm/pull/37) adds support for PHP 7.3.
|
||||
|
||||
- [#38](https://github.com/zendframework/ZendService_Google_Gcm/pull/38) adds support for zend-json v3 releases.
|
||||
|
||||
### Changed
|
||||
|
||||
- Nothing.
|
||||
|
||||
### Deprecated
|
||||
|
||||
- Nothing.
|
||||
|
||||
### Removed
|
||||
|
||||
- Nothing.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Nothing.
|
||||
|
||||
## 2.1.0 - 2018-05-08
|
||||
|
||||
### Added
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"require": {
|
||||
"php": "^5.6 || ^7.0",
|
||||
"zendframework/zend-http": "^2.0",
|
||||
"zendframework/zend-json": "^2.0"
|
||||
"zendframework/zend-json": "^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
|
||||
|
||||
Reference in New Issue
Block a user