Update composer.json#391
Conversation
|
Build fails probably due to api platform update. |
|
Yes, looks like it.. I'd assumed that |
|
@bobdenotter can you check which was the last working version of api platform? |
|
Output using I've updated the test that was failing |
| { | ||
| "@context": "/api/contexts/Content", | ||
| "@id": "/api/contents/1", | ||
| "@type": "Content", |
There was a problem hiding this comment.
that's strange, you shouldn't get a collection while asking for a single entity
|
Related issue: api-platform/api-platform#1018 |
|
I'd vote on closing this. In composer.json we should keep lowest working minor versions of dependencies, because later when someone will use Bolt as a dependency and want to use any older package version it will conflicts. As long as we can update them with That being said, there are some packages that should be updated. These are (with minimum versions): and probably required php version to 7.2 and up |
No description provided.