Skip to content

Commit 308a5e7

Browse files
committed
Updated version in composer file
1 parent 6d16c46 commit 308a5e7

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

composer.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
{
22
"name": "lordofscripts/phpNeatTest",
33
"description": "A private package for making PHP test runs neater.",
4+
"version": "1.0.2",
5+
"type": "library",
6+
"keywords": "php, test",
47
"autoload": {
58
"psr-4": {
69
"lordofscripts\\phpNeatTest\\": "src/"
710
}
811
},
9-
"minimum-stability": "dev",
10-
"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": {}
1129
}

0 commit comments

Comments
 (0)