Skip to content

Commit

Permalink
Merge pull request #11 from timoschinkel/support-php-8
Browse files Browse the repository at this point in the history
Mark PHP 8 as supported
  • Loading branch information
timoschinkel authored Nov 29, 2020
2 parents 60be6f4 + 457e452 commit 0b45b7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- '7.3'
- '7.4'
- 'nightly'

before_script:
- composer install
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2020-11-29
### Added
- Added development dependency to `phpspec/prophecy-phpunit`

### Changed
- Updated PHP requirements from `^7.2` to `^7.3`
- Updated PHP requirements from `^7.2` to `^7.3 || ^8.0`
- Updated Psalm requirements to `^4.2`
- Updated PHPUnit requirements to `^9.4`

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "Apache-2.0",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"symfony/console": "^5.0",
"timoschinkel/codeowners": "^1.1.0",
"symfony/finder": "^5.0"
Expand Down

0 comments on commit 0b45b7c

Please sign in to comment.