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

This commit is contained in:
Ben Ramsey
2021-09-25 17:59:24 -05:00
parent 833c5c9529
commit cf8c74db9d
2 changed files with 3 additions and 11 deletions
+2 -10
View File
@@ -6,19 +6,11 @@ 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).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
## 4.0.3 - 2021-09-25
### Fixed
### Security
* Switch back to `^8.0` in the PHP version requirement.
## 4.0.2 - 2021-09-24
+1 -1
View File
@@ -10,7 +10,7 @@
"homepage": "https://github.com/ramsey/uuid",
"license": "MIT",
"require": {
"php": "^7.2 || ~8.0.0",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"brick/math": "^0.8",
"ramsey/collection": "^1.0",