Skip to content

Commit 1d89a37

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 0a91865 commit 1d89a37

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
@@ -10,6 +10,10 @@
1010

1111
- Sort exception alphabetically.
1212

13+
### Fixed
14+
15+
- Fix the lowest bound for the `symfony/polyfill-uuid` requirement
16+
1317
## 2.7.0
1418

1519
### Added

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.9",
18-
"symfony/polyfill-uuid": "^1.0"
18+
"symfony/polyfill-uuid": "^1.13.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)