We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b664eee + eed7328 commit 68b9764Copy full SHA for 68b9764
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# PHP-Enum Symfony changelog
2
3
+## Unreleased
4
+
5
+* **[ADDED]** Support for `zlikavac32/php-enum:^2.0`
6
7
## 0.4.0 (2019-03-22)
8
9
* **[REMOVED]** PHP 7.1 support
composer.json
@@ -13,7 +13,7 @@
13
"minimum-stability": "stable",
14
"require": {
15
"php": ">=7.2",
16
- "zlikavac32/php-enum": "^1.3",
+ "zlikavac32/php-enum": "^1.3 || ^2.0",
17
"symfony/form": "^3.3 || ^4.0",
18
"symfony/options-resolver": "^3.3 || ^4.0",
19
"symfony/validator": "^3.3 || ^4.0"
0 commit comments