File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " marc-mabe/php-enum" ,
3
- "description" : " Enumerations for PHP 5 (without SplEnum) " ,
3
+ "description" : " Simple and fast implementation of enumerations with native PHP 5.* " ,
4
4
"type" : " library" ,
5
5
"keywords" : [
6
6
" enum" ,
7
7
" enumeration" ,
8
8
" typehint" ,
9
9
" type-hint"
10
10
],
11
- "homepage" : " http ://www. marc-bennewitz.de/ " ,
11
+ "homepage" : " https ://github.com/ marc-mabe/php-enum " ,
12
12
"authors" : [{
13
13
"name" : " Marc Bennewitz" ,
14
14
15
15
"homepage" : " http://www.marc-bennewitz.de/" ,
16
- "role" : " Project Lead"
16
+ "role" : " Lead"
17
17
}],
18
18
"license" : " BSD-3-Clause" ,
19
19
"require" : {
20
- "php" : " >=5.0.0 " ,
20
+ "php" : " >=5.0" ,
21
21
"ext-reflection" : " *"
22
22
},
23
+ "require-dev" : {
24
+ "phpunit/phpunit" : " >=3.6"
25
+ }
23
26
"autoload" : {
24
27
"psr-0" : {
25
28
"Mabe_" : " src/" ,
You can’t perform that action at this time.
0 commit comments