v2 Beta! #7
Locked
navarr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I decided that for version 2 of this library, I should really embrace the PHP8 way of doing things - including migrating from an annotation to an attribute.
As such, there are now two repositories:
composer why-block
command#[Dependency]
attributenavarr/attribute-dependency is already tagged v1.0.0 and is ready to go. This attribute does not specifically require PHP8, and may be included without worrying about PHP tripping up; though it might upset your static code analysis tools if they're not running against PHP 8
navarr/dependency-annotation is tagged v2.0.0-beta.2 with the "WIP" version of the command that supports both the new attribute and the old styled annotation (with
-l
flag).Please, please try it out anywhere you're using the current version, and send me feedback in this thread.
For information on how to use the beta version, please see the Beta README
Beta Was this translation helpful? Give feedback.
All reactions