Skip to content
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

Support Symfony 7 #282

Merged
merged 12 commits into from
Dec 18, 2023
Merged

Support Symfony 7 #282

merged 12 commits into from
Dec 18, 2023

Conversation

RobinDev
Copy link
Contributor

@RobinDev RobinDev commented Dec 4, 2023

PHPUnit is not setted in dev requirements. How are you testing the project ?

@RobinDev
Copy link
Contributor Author

RobinDev commented Dec 4, 2023

Ok, i found my answer in .github-actions. Tests are passing locally.

composer.json Outdated
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0"
"name": "knplabs/knp-gaufrette-bundle",
Copy link
Contributor

Choose a reason for hiding this comment

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

all these changes in spaces need to be reverted

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Must revert space formatting from "license": "MIT", to "license": "MIT", too ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

(wich json formatter is used ?)

Copy link
Contributor

Choose a reason for hiding this comment

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

That's irrelevant, this PR is not about changing the format of the file.
I understand indeed that the format is probably not the most standard possible, but it should be changed in a different PR.

composer.json Outdated Show resolved Hide resolved
@garak
Copy link
Contributor

garak commented Dec 4, 2023

I still see lines where the only change is about spacing: please revert all of them

@garak
Copy link
Contributor

garak commented Dec 4, 2023

By the way, Gaufrette dropped support for PHP 7.2 and 7.3 already, let's align with that.

composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
@maxhelias
Copy link

@1ed
Copy link

1ed commented Dec 15, 2023

@Nek- if you have a little time, could you please have a look or how could we move forward here? Thanks!

@Nek-
Copy link
Contributor

Nek- commented Dec 15, 2023

Hello, I have no right on this repository anymore. Sorry I can't help. Please reach KNPLabs.

@garak
Copy link
Contributor

garak commented Dec 15, 2023

Maybe @KevinArtus? Just a wild guess by looking at the assignees

Copy link
Member

@alexpozzi alexpozzi left a comment

Choose a reason for hiding this comment

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

@RobinDev do you mind adding PHP 8.2 in the test matrix?

Right now it does not test SF 7 because of this reason (test should be refactored in a further PR to be sure to test it with the right SF versions).

@alexpozzi
Copy link
Member

Once done I will merge and create a release 😉

Copy link
Member

@alexpozzi alexpozzi left a comment

Choose a reason for hiding this comment

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

Thank you!

@alexpozzi alexpozzi merged commit 910a16c into KnpLabs:master Dec 18, 2023
4 checks passed
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.

8 participants