Switch back to ^8.0 in the PHP version requirement for 3.9.x

This commit is contained in:
Ben Ramsey
2021-09-25 18:07:42 -05:00
parent e62af90c1c
commit ffa80ab953
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -5,6 +5,14 @@ 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
@@ -12,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* 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
+1 -1
View File
@@ -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"