Skip to content

Commit 0a80844

Browse files
committed
php 8 support
1 parent d95166b commit 0a80844

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.0.1] - 2020-12-01
9+
### Fixed
10+
- Added PHP 8 to composer.json
11+
812
## 1.0.0 - 2019-11-05
913
First version
14+
15+
[1.0.1]: https://github.com/php-gettext/Translator/compare/v1.0.0...v1.0.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"issues": "https://github.com/php-gettext/Translator/issues"
1919
},
2020
"require": {
21-
"php": "^7.2"
21+
"php": "^7.2|^8.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)