Skip to content

Commit fd89d6d

Browse files
committed
Updated composer.json
1 parent b41eb30 commit fd89d6d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
22
"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.*",
44
"type": "library",
55
"keywords": [
66
"enum",
77
"enumeration",
88
"typehint",
99
"type-hint"
1010
],
11-
"homepage": "http://www.marc-bennewitz.de/",
11+
"homepage": "https://github.com/marc-mabe/php-enum",
1212
"authors": [{
1313
"name": "Marc Bennewitz",
1414
"email": "[email protected]",
1515
"homepage": "http://www.marc-bennewitz.de/",
16-
"role": "Project Lead"
16+
"role": "Lead"
1717
}],
1818
"license": "BSD-3-Clause",
1919
"require": {
20-
"php": ">=5.0.0",
20+
"php": ">=5.0",
2121
"ext-reflection": "*"
2222
},
23+
"require-dev": {
24+
"phpunit/phpunit": ">=3.6"
25+
}
2326
"autoload": {
2427
"psr-0": {
2528
"Mabe_": "src/",

0 commit comments

Comments
 (0)