Skip to content

Commit 565569a

Browse files
committed
Fix composer.json
And add back the forgotten phpunit dependecy
1 parent 5b275dd commit 565569a

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,29 @@
1212
"homepage": "https://pierrehenry.be",
1313
"type": "library",
1414
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Pierre-Henry Soria",
18+
"email": "[email protected]",
19+
"role": "Cool&Passionate Software Developer",
20+
"homepage": "https://ph7.me"
21+
}
22+
],
23+
"minimum-stability": "stable",
1524
"autoload": {
1625
"psr-4": {
17-
"PH7\\": "src/"
26+
"PH7\\": "src"
1827
}
1928
},
2029
"autoload-dev": {
2130
"psr-4": {
2231
"PH7\\Generator\\Test\\": "tests"
2332
}
2433
},
25-
"authors": [
26-
{
27-
"name": "Pierre-Henry Soria",
28-
"email": "[email protected]"
29-
}
30-
],
31-
"minimum-stability": "stable",
3234
"require": {
3335
"php": ">=7.1.0"
36+
},
37+
"require-dev": {
38+
"phpunit/phpunit": "^9.5"
3439
}
3540
}

0 commit comments

Comments
 (0)