Skip to content

Commit ce9e0bc

Browse files
oliverkleeSam Tuke
authored and
Sam Tuke
committed
[BUGFIX] Pin sensio/framework-extra-bundle at 5.1.0 (#105)
sensio/framework-extra-bundle 5.1.1 has renamed some services. friendsofsymfony/rest-bundle has not yet caught up with the new service IDs, causing all REST routes to break. To work around this until friendsofsymfony/rest-bundle has fixed this, sensio/framework-extra-bundle is pinned to version 5.1.0. This is the corresponding bug report: FriendsOfSymfony/FOSRestBundle#1878
1 parent ee94669 commit ce9e0bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2323
### Removed
2424

2525
### Fixed
26+
- Prevent crashes from sensio/framework-extra-bundle updates (#105)
2627
- Make the exception codes 32-bit safe (#100)
2728
- Always truncate the DB tables after an integration test (#86)
2829

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
"phplist/core": "4.0.x-dev",
3131
"friendsofsymfony/rest-bundle": "^2.3",
32+
"sensio/framework-extra-bundle": "5.1.0",
3233

3334
"roave/security-advisories": "dev-master"
3435
},

0 commit comments

Comments
 (0)