Skip to content

Commit 4dffc14

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 3a2c922 commit 4dffc14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- Sort exception alphabetically.
1313
- AWS enhancement: Documentation updates.
1414

15+
### Fixed
16+
17+
- Fix the lowest bound for the `symfony/polyfill-uuid` requirement
18+
1519
## 3.5.0
1620

1721
### Added

composer.json

+1-1
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
"conflict": {
2121
"symfony/http-client": "<4.4.16 <5.1.7"

0 commit comments

Comments
 (0)