Skip to content

Commit 8d82781

Browse files
committed
PHP version >= 7.2, removed HHVM support
1 parent 61b680b commit 8d82781

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marc-mabe/php-enum",
3-
"description": "Simple and fast implementation of enumerations with native PHP>=5.6",
3+
"description": "Simple and fast implementation of enumerations with native PHP",
44
"type": "library",
55
"keywords": [
66
"enum", "enumeration", "enumerator",
@@ -17,15 +17,12 @@
1717
}],
1818
"license": "BSD-3-Clause",
1919
"require": {
20-
"php": ">=5.6",
20+
"php": ">=7.2",
2121
"ext-reflection": "*"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^5.7 || ^6.0",
25-
"phpbench/phpbench": "@dev",
26-
27-
"lstrojny/functional-php": "HHVM: variadic params with type constraints are not supported in non-Hack",
28-
"lstrojny/functional-php": "1.2.* || 1.0.*"
24+
"phpunit/phpunit": "^6.0",
25+
"phpbench/phpbench": "^0.15.0"
2926
},
3027
"autoload": {
3128
"psr-4": {

0 commit comments

Comments
 (0)