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

This commit is contained in:
Ben Ramsey
2021-09-25 18:00:53 -05:00
parent 2f59ce64b9
commit 2df6bbdf01
+8 -1
View File
@@ -6,7 +6,7 @@ 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).
## 4.0.3 - 2021-09-25
## 4.1.3 - 2021-09-25
### Fixed
@@ -36,6 +36,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#324](https://github.com/ramsey/uuid/pull/324) for more information.
## 4.0.3 - 2021-09-25
### Fixed
* Switch back to `^8.0` in the PHP version requirement.
## 4.0.2 - 2021-09-24
### Fixed