Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Confidence
myclabs/php-enum 1.6.2 -> 1.8.5 age confidence

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:

  • new Enum::from() method as an alternative to the constructor that is more strictly typed, and provides a forward compatible solution with PHP 8.1 enums
  • new Enum::assertValidValue() to assert that a value is correct

Psalm 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

  • Compatibility with PHP 7.1
  • #​90 New PHPUnit comparator to help with tests

v1.7.0

Compare Source

  • #​88: require PHP 7.2 + add a return type to the equals() method
  • #​87: the equals() method now accepts anything as a parameter
  • #​86: compatibility with php-ds/ext-ds

v1.6.6

Compare Source

#​84 Require ext-json explicitly in composer.json to avoid bugs when the JSON extension is not installed

v1.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/myclabs-php-enum-1.x-lockfile branch from 8f204e5 to 30bd4b8 Compare January 16, 2025 07:05
@renovate renovate bot changed the title fix(deps): update dependency myclabs/php-enum to v1.8.4 fix(deps): update dependency myclabs/php-enum to v1.8.5 Jan 16, 2025
@renovate renovate bot changed the title fix(deps): update dependency myclabs/php-enum to v1.8.5 chore(deps): update dependency myclabs/php-enum to v1.8.5 Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants