Skip to content

Commit 15afd99

Browse files
committed
Switch minimum-stability to stable
1 parent ab3379c commit 15afd99

File tree

1 file changed

+43
-41
lines changed

1 file changed

+43
-41
lines changed

composer.json

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
{
2-
"name": "technicpack/solderclient",
3-
"type": "library",
4-
"description": "PHP Library to communicate with Technic Solder",
5-
"homepage": "https://github.com/TechnicPack/SolderClient",
6-
"license": "MIT",
7-
"authors": [{
8-
"name": "Ryan Cohen",
9-
"email": "sct@technicpack.net",
10-
"homepage": "https://www.technicpack.net",
11-
"role": "Developer"
2+
"name": "technicpack/solderclient",
3+
"type": "library",
4+
"description": "PHP library to communicate with Technic Solder",
5+
"homepage": "https://github.com/TechnicPack/SolderClient",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Ryan Cohen",
10+
"email": "sct@technicpack.net",
11+
"homepage": "https://www.technicpack.net",
12+
"role": "Developer"
13+
},
14+
{
15+
"name": "Dylan Page",
16+
"email": "genpage@technicpack.net",
17+
"homepage": "https://www.technicpack.net",
18+
"role": "Developer"
19+
},
20+
{
21+
"name": "Pedro Cunha",
22+
"email": "pyker@technicpack.net",
23+
"homepage": "https://www.technicpack.net",
24+
"role": "Developer"
25+
}
26+
],
27+
"require": {
28+
"php": ">=7.2",
29+
"guzzlehttp/guzzle": "^6.5 || ^7.0",
30+
"ext-json": "*"
1231
},
13-
{
14-
"name": "Dylan Page",
15-
"email": "genpage@technicpack.net",
16-
"homepage": "https://www.technicpack.net",
17-
"role": "Developer"
32+
"require-dev": {
33+
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0"
1834
},
19-
{
20-
"name": "Pedro Cunha",
21-
"email": "pyker@technicpack.net",
22-
"homepage": "https://www.technicpack.net",
23-
"role": "Developer"
24-
}],
25-
"require": {
26-
"php": ">=7.2",
27-
"guzzlehttp/guzzle": "^6.5 || ^7.0",
28-
"ext-json": "*"
29-
},
30-
"require-dev": {
31-
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0"
32-
},
33-
"autoload": {
34-
"psr-4": {
35-
"TechnicPack\\SolderClient\\": "src/"
36-
}
37-
},
38-
"autoload-dev": {
39-
"classmap": [
40-
"tests/"
41-
]
42-
},
43-
"minimum-stability": "dev",
44-
"prefer-stable": true
35+
"autoload": {
36+
"psr-4": {
37+
"TechnicPack\\SolderClient\\": "src/"
38+
}
39+
},
40+
"autoload-dev": {
41+
"classmap": [
42+
"tests/"
43+
]
44+
},
45+
"minimum-stability": "stable",
46+
"prefer-stable": true
4547
}

0 commit comments

Comments
 (0)