Skip to content

Commit f173b2d

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 5c0d7cb commit f173b2d

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
@@ -7,6 +7,10 @@
77
- AWS api-change: Added `eu-isoe-west-1` region
88
- AWS api-change: rewrite declaration of regions
99

10+
### Fixed
11+
12+
- Fix the lowest bound for the `symfony/polyfill-uuid` requirement
13+
1014
## 3.2.0
1115

1216
### 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.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)