mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-76924 Libraries: Upgrade php-enum to 1.8.4
This commit is contained in:
parent
9ee4f8db8b
commit
ba2dc81c80
@ -19,7 +19,7 @@ namespace MyCLabs\Enum;
|
||||
* @psalm-immutable
|
||||
* @psalm-consistent-constructor
|
||||
*/
|
||||
abstract class Enum implements \JsonSerializable
|
||||
abstract class Enum implements \JsonSerializable, \Stringable
|
||||
{
|
||||
/**
|
||||
* Enum value
|
||||
|
@ -598,7 +598,7 @@ All rights reserved.</copyright>
|
||||
<location>php-enum</location>
|
||||
<name>php-enum</name>
|
||||
<description>PHP Enum implementation inspired from SplEnum</description>
|
||||
<version>1.8.3</version>
|
||||
<version>1.8.4</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/myclabs/php-enum</repository>
|
||||
<copyrights>
|
||||
|
Loading…
x
Reference in New Issue
Block a user