Skip to content

Conversation

jderusse
Copy link
Member

@jderusse jderusse commented Oct 14, 2020

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets /
License MIT
Doc PR /

The StoreInterface has been renamed into PersistingStoreInterface in 4.4, but people are allowed to use an old version of the Lock component with a recent version of the FrameworkBundle.

The StoreInterface is used here:

$storeDefinition = new Definition(interface_exists(StoreInterface::class) ? StoreInterface::class : PersistingStoreInterface::class);

@fabpot
Copy link
Member

fabpot commented Oct 15, 2020

Thank you @jderusse.

@fabpot fabpot merged commit 6bbab59 into symfony:5.1 Oct 15, 2020
@jderusse jderusse deleted the fwb-use branch October 15, 2020 10:01
This was referenced Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants