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

add php8 support #423

Merged
merged 4 commits into from
Jan 20, 2021
Merged

add php8 support #423

merged 4 commits into from
Jan 20, 2021

Conversation

mathieupetrini
Copy link
Contributor

@mathieupetrini mathieupetrini commented Dec 14, 2020

Add support for PHP 8.0

#422

@shmshd
Copy link

shmshd commented Dec 21, 2020

@stof, any update?

@tarlepp
Copy link
Contributor

tarlepp commented Dec 27, 2020

Any update on this?

@VincentLanglet
Copy link

Friendly ping @stof

Do you have some time to look at this PR ?
Are you looking for maintainer to help you ?

Take care

@shmshd
Copy link

shmshd commented Jan 18, 2021

@stof could you please accept this PR? This is the only library keeping most of us from upgrading our projects to PHP 8.0.

@deg-pl
Copy link

deg-pl commented Jan 18, 2021

It's strange - there is ready PR, without any reaction.
I've just removed StofDoctrineExtensionsBundle from my projects and managed all functionality by myself. Now my projects are PHP8.0 compatibile... But it is not right way...

@stephanvierkant
Copy link

@derrabus Can you accept this PR or contact @stof?

Copy link

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

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

Im happy with this. Just a super small fix

.travis.yml Outdated
@@ -16,7 +17,7 @@ matrix:
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.4
env: STABILITY=dev
- php: 8.0
Copy link

Choose a reason for hiding this comment

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

Could you please revert this change?

It is not needed, but we should test dev-stability on PHP7.4

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Choose a reason for hiding this comment

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

This line can be removed as well. You've added 8.0 in line 8 already, that should be enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done, thanks for review

@derrabus
Copy link

@derrabus Can you accept this PR

I don't have permissions on this repo.

@stof stof merged commit f3c948b into stof:master Jan 20, 2021
@stof stof mentioned this pull request Jan 20, 2021
@VincentLanglet
Copy link

Is it possible to tag a new release @stof ? :)

@stephanvierkant
Copy link

@VincentLanglet Stof hasn't replied for more than a month here. I've tried multiple ways to contact him. See #422 for more information. I even contacted someone from the Symfony Core Team (since symfony.com recommends this bundle), but they're not responsible for third-party bundles. That's why I propose to remove this bundle from the Symfony documentation: symfony/symfony-docs#14909

@antishov
Copy link

@stephanvierkant hi, you're able to use my fork

@stephanvierkant
Copy link

Thanks! I see it's a popular fork, well done! I think it's in our shared interest to have a well-maintained and community-driven bundle, so feel free to create a PR in symfony/symfony-docs to replace Stof's bundle by your fork. And let's be clear about the maintainers, to prevent having the same issue (a bundle that depends on a single person) ever again.

@tarlepp
Copy link
Contributor

tarlepp commented Feb 25, 2021

I would recommend just to use that gedmo library directly - it's super easy to use with Symfony 4.x+ - https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/symfony4.md

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.

None yet

10 participants