File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
4
4
"type" : " library" ,
5
5
"keywords" : [
6
6
" enum" , " enumeration" , " enumerator" ,
17
17
}],
18
18
"license" : " BSD-3-Clause" ,
19
19
"require" : {
20
- "php" : " >=5.6 " ,
20
+ "php" : " >=7.2 " ,
21
21
"ext-reflection" : " *"
22
22
},
23
23
"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"
29
26
},
30
27
"autoload" : {
31
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments