Skip to content

Allow doctrine/persistence 4.0 #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmata
Copy link

@fmata fmata commented Apr 22, 2025

No description provided.

@reubensant
Copy link

Shall this be merged any time soon, please?

Can no longer use master JWTRefreshTokenBundle with Symfony LTS 6.4.21 - a new project installs doctrine/persistence 4

gesdinet/jwt-refresh-token-bundle[v1.1.2, ..., v1.4.0] require doctrine/persistence ^1.3.3|^2.0|^3.0 -> found doctrine/persistence[1.3.3, ..., 1.3.8, 2.0.0, ..., 2.5.7, 3.0.0, ..., 3.4.0] but the package is fixed to 4.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

@andrec93p
Copy link

andrec93p commented May 29, 2025

We also need this. Can you please merge?

Copy link

@shkabo shkabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbabker can we get this merged ? Thanks :)

@mbabker
Copy link
Contributor

mbabker commented May 29, 2025

@mbabker can we get this merged ? Thanks :)

I don't have merge rights to this repo otherwise it'd be done already.

@shkabo
Copy link

shkabo commented May 29, 2025

@mbabker unlucky. Sorry for pinging you then :/

@markitosgv can we get this merged? Thanks :)

@reubensant
Copy link

Could anyone please suggest a workaround or alternative approach until this is merged?

I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.

@andrec93p
Copy link

Could anyone please suggest a workaround or alternative approach until this is merged?

I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.

I'm personally not aware of any, but if anybody finds something I'd like to know too.

@lolmx
Copy link
Contributor

lolmx commented Jun 4, 2025

@reubensant @andrec93p

// composer.json

"require": {
  "gesdinet/jwt-refresh-token-bundle": "dev-feature/doctrine-persistence-4",
},
"repositories": {
  "fmata_jwtrefreshtokenbundle": {
    "type": "vcs",
    "url": "[email protected]:fmata/JWTRefreshTokenBundle.git"
},

then you can run composer update gesdinet/jwt-refresh-token-bundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants