Skip to content

Commit

Permalink
[BUGFIX] Pin sensio/framework-extra-bundle at 5.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Oliver Klee committed Mar 7, 2018
1 parent ee94669 commit 6bbf517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed

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

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

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

"roave/security-advisories": "dev-master"
},
Expand Down

0 comments on commit 6bbf517

Please sign in to comment.