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 6d16c46 commit 308a5e7Copy full SHA for 308a5e7
composer.json
@@ -1,11 +1,29 @@
1
{
2
"name": "lordofscripts/phpNeatTest",
3
"description": "A private package for making PHP test runs neater.",
4
+ "version": "1.0.2",
5
+ "type": "library",
6
+ "keywords": "php, test",
7
"autoload": {
8
"psr-4": {
9
"lordofscripts\\phpNeatTest\\": "src/"
10
}
11
},
- "minimum-stability": "dev",
- "prefer-stable": true
12
+ "authors": [
13
+ {
14
+ "name": "Lord of Scripts",
15
+ "email": "[email protected]",
16
+ "homepage": "https://allmylinks.com/lordofscripts",
17
+ "role": "Developer"
18
+ }
19
+ ],
20
+ "funding": [
21
22
+ "type": "buymeacoffee",
23
+ "url": "https://buymeacoffee.com/lostinwriting"
24
25
26
+ "minimum-stability": "stable",
27
+ "prefer-stable": true,
28
+ "require": {}
29
0 commit comments