Skip to content

Commit 7198f79

Browse files
authored
Fix the lowest bound for the symfony/polyfill-uuid requirement (#1879)
The 1.13.0 release (the first release of that package) is unusable due to a bug triggering an error when loading the autoload file. Defining 1.13.1 as our lowest bound for the requirement (the first working release) makes it easier for projects testing with `--prefer-lowest`.
1 parent 1c0f553 commit 7198f79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Sort exception alphabetically.
88

9+
### Fixed
10+
11+
- Fix the lowest bound for the `symfony/polyfill-uuid` requirement
12+
913
## 2.1.1
1014

1115
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-filter": "*",
1616
"ext-json": "*",
1717
"async-aws/core": "^1.16",
18-
"symfony/polyfill-uuid": "^1.0"
18+
"symfony/polyfill-uuid": "^1.13.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)