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

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Apr 4, 2021
1 parent d654684 commit 320af1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: php
php:
- 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 All @@ -18,6 +19,7 @@ matrix:
fast_finish: true

before_script:
- export XDEBUG_MODE=coverage
- travis_retry composer self-update
- travis_retry composer install ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- mkdir -p build/coverage
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Change infection configuration

## 1.2.0 - 2021-04-05

### Added

- Add support for PHP 8.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"vgirol/jsonapi-faker": "dev-master",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.2-dev"
}
},
"config": {
Expand Down

0 comments on commit 320af1c

Please sign in to comment.