Skip to content

Commit eb79e58

Browse files
committed
Rearrange composer fields and add test script
1 parent ba5293e commit eb79e58

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

composer.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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",
@@ -12,12 +17,6 @@
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"
@@ -39,5 +38,13 @@
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
}

0 commit comments

Comments
 (0)