Skip to content

Commit

Permalink
Add PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Nov 5, 2020
1 parent b042b4b commit 46be520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot

before_install:
- sudo apt-get -qq update
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning] (http://semver.org/).
For change log format, use [Keep a Changelog] (http://keepachangelog.com/).

## [1.1.0] - 2020-11-05
### Added
- PHP 8 compatibility

## [1.0.0] - 2020-05-29
First version
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"ext-intl": "*",
"ext-json": "*",
"berlioz/core": "^1.0",
Expand Down

0 comments on commit 46be520

Please sign in to comment.