updated-packages

This commit is contained in:
RafficMohammed
2023-01-08 00:13:22 +05:30
parent 3ff7df7487
commit da241bacb6
12659 changed files with 563377 additions and 510538 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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",