Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Removed support for php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Nov 19, 2020
1 parent 85151de commit fe954f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dist: bionic

language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

- Updated branch alias in composer.json

## 2.1.2 - 2020-11-19
## 2.2.0 - 2020-11-19

### Added

- Updated phpunit and travis config
- Update phpunit and travis config
- Remove support for php 7.2
- Bump phpunit version
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
],
"require": {
"php": "^7.2",
"dms/phpunit-arraysubset-asserts": "~0.1.1|^0.2",
"phpunit/phpunit": "^8.0|^9.0",
"php": "^7.3",
"dms/phpunit-arraysubset-asserts": "^0.2",
"phpunit/phpunit": "^9.0",
"vgirol/jsonapi-constant": "^1.1",
"vgirol/jsonapi-structure": "dev-master"
},
"require-dev": {
"infection/infection": "~0.14",
"vgirol/phpunit-exception": "~1.0.0|dev-master"
"vgirol/phpunit-exception": "dev-master"
},
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit fe954f1

Please sign in to comment.