mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Merge branch '4.0.x' into 4.1.x
This commit is contained in:
@@ -37,6 +37,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.2 - 2021-09-24
|
||||
|
||||
### Fixed
|
||||
|
||||
* Lock 4.0.x to `~8.0.0` to indicate it does not support PHP 8.1.
|
||||
|
||||
|
||||
## [4.0.1] - 2020-03-29
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
"homepage": "https://github.com/ramsey/uuid",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.2 || ^8",
|
||||
"php": "^7.2 || ~8.0.0",
|
||||
"ext-json": "*",
|
||||
"brick/math": "^0.8 || ^0.9",
|
||||
"ramsey/collection": "^1.0",
|
||||
|
||||
Reference in New Issue
Block a user