File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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/ )
66and 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
913First version
14+
15+ [ 1.0.1 ] : https://github.com/php-gettext/Translator/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments