Skip to content

Commit

Permalink
Switch back to ^8.0 in the PHP version requirement for 3.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Sep 25, 2021
1 parent e62af90 commit ffa80ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## 3.9.6 - 2021-09-25

### Fixed

* Switch back to `^8.0` in the PHP version requirement.


## 3.9.5 - 2021-09-24

### Fixed

* Indicate support for PHP 8.1, using `~8.1.0` to prevent installations on 8.2
until the library is ready.


## 3.9.4 - 2021-08-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^5.4 | ^7 | ~8.0.0 | ~8.1.0",
"php": "^5.4 | ^7.0 | ^8.0",
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | ^9.99.99",
"symfony/polyfill-ctype": "^1.8"
Expand Down

0 comments on commit ffa80ab

Please sign in to comment.