We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b275dd commit 565569aCopy full SHA for 565569a
composer.json
@@ -12,24 +12,29 @@
12
"homepage": "https://pierrehenry.be",
13
"type": "library",
14
"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",
24
"autoload": {
25
"psr-4": {
- "PH7\\": "src/"
26
+ "PH7\\": "src"
27
}
28
},
29
"autoload-dev": {
30
31
"PH7\\Generator\\Test\\": "tests"
32
33
- "authors": [
- {
- "name": "Pierre-Henry Soria",
- "email": "[email protected]"
- }
- ],
- "minimum-stability": "stable",
34
"require": {
35
"php": ">=7.1.0"
36
+ },
37
+ "require-dev": {
38
+ "phpunit/phpunit": "^9.5"
39
40
0 commit comments