fix(deps): update dependency myclabs/php-enum to v1.8.5 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.2
->1.8.5
Release Notes
myclabs/php-enum (myclabs/php-enum)
v1.8.5
Compare Source
What's Changed
New Contributors
Full Changelog: myclabs/php-enum@1.8.4...1.8.5
v1.8.4
Compare Source
What's Changed
New Contributors
Full Changelog: myclabs/php-enum@1.8.3...1.8.4
v1.8.3
Compare Source
#147 Fix Psalm annotation
v1.8.2
Compare Source
#146 Fix Psalm annotation
v1.8.1
Compare Source
Resolve deprecation on PHP 8.1 #145
v1.8.0
Compare Source
Added:
Enum::from()
method as an alternative to the constructor that is more strictly typed, and provides a forward compatible solution with PHP 8.1 enumsEnum::assertValidValue()
to assert that a value is correctPsalm annotations have been improved as well.
Thanks @drealecs, @Ocramius, @michaelpetri, @gharlan, @simPod
v1.7.7
Compare Source
#129 Performance improvement
v1.7.6
Compare Source
Avoid conflicts with Doctrine Annotations by renaming the Psalm
@template
annotation into@psalm-template
.v1.7.5
Compare Source
#112 Improved Psalm typing
v1.7.4
Compare Source
Psalm has been moved to require-dev ;)
v1.7.3
Compare Source
#111 Add Psalm annotations
v1.7.2
Compare Source
Fixed #95 with #97: handle inherited enums
v1.7.1
Compare Source
v1.7.0
Compare Source
equals()
methodequals()
method now accepts anything as a parameterv1.6.6
Compare Source
#84 Require
ext-json
explicitly incomposer.json
to avoid bugs when the JSON extension is not installedv1.6.5
Compare Source
#83: It is now possible to create a new Enum instance from another Enum instance
v1.6.4
Compare Source
#80 Fix validating key with null value
#82 Fix coding style and setup https://prettyci.com
v1.6.3
Compare Source
Fix #77 #78: better support for
null
values in enums.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.