FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

PHP 8.0 compatibility is merged, but not released #144

Closed Nek- closed 3 years ago

Nek- commented 3 years ago

Hello guys,

Since PHP 8.0 is released, I think it's critical to tag a new version that supports PHP8. For now you get this error:

[InvalidArgumentException]                                                                                               
Package friends-of-behat/symfony-extension at version  has a PHP requirement incompatible with your PHP version (8.0.0)

WDYT ? :)

Note: here is how to bypass this issue.

composer req friends-of-behat/symfony-extension --ignore-platform-reqs
ahilles107 commented 3 years ago

@pamil ?

svnldwg commented 3 years ago

Pushing this issue. This currently makes it very hard to upgrade to PHP 8. Please tag a new version with PHP 8 support.

Yozhef commented 3 years ago

@pamil can you please release? This really the last deps to start migrate PHP 8.0.

emodric commented 3 years ago

I would like to see this released too. Some of the friends-of-behat packages are last preventing us from upgrading to PHP 8.0.

Yozhef commented 3 years ago

@pamil @Zales0123 @lchrusciel - guys would you release a new version?

pamil commented 3 years ago

Sorry for the delay, just have released v2.2.0! 🎉

damien-carcel commented 3 years ago

Thank you @pamil, you rock!