File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ekvedaras/php-enum" ,
33 "description" : " PHP enum implementation" ,
4- "minimum-stability" : " dev" ,
5- "prefer-stable" : true ,
64 "license" : " MIT" ,
5+ "homepage" : " https://github.com/ekvedaras/php-enum" ,
6+ "keywords" : [
7+ " ekvedaras" ,
8+ " php" ,
9+ " enum" ,
10+ " enumerable"
11+ ],
712 "authors" : [
813 {
914 "name" : " Ernestas Kvedaras" ,
1217 "role" : " author"
1318 }
1419 ],
15- "keywords" : [
16- " ekvedaras" ,
17- " php" ,
18- " enum" ,
19- " enumerable"
20- ],
2120 "autoload" : {
2221 "psr-4" : {
2322 "EKvedaras\\ PHPEnum\\ " : " src"
3938 "suggest" : {
4039 "illuminate/collections" : " *" ,
4140 "illuminate/support" : " *"
42- }
41+ },
42+ "scripts" : {
43+ "test" : " phpunit"
44+ },
45+ "config" : {
46+ "sort-packages" : true
47+ },
48+ "minimum-stability" : " dev" ,
49+ "prefer-stable" : true
4350}
You can’t perform that action at this time.
0 commit comments