Skip to content

Commit bb8229b

Browse files
committed
Bump version to v1.0.7
1 parent 428f317 commit bb8229b

File tree

1 file changed

+41
-30
lines changed

1 file changed

+41
-30
lines changed

composer.json

100755100644
+41-30
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,43 @@
11
{
2-
"name": "maplephp/http",
3-
"version": "v1.0.6",
4-
"type": "library",
5-
"description": "The library is fully integrated with PSR-7 Http Message and designed for use with MaplePHP framework.",
6-
"keywords": ["psr7", "http", "message", "http message", "server", "request", "client", "upload", "stream", "headers"],
7-
"homepage": "https://wazabii.se",
8-
"license": "Apache-2.0",
9-
"authors": [
10-
{
11-
"name": "Daniel Ronkainen",
12-
"email": "[email protected]"
13-
},
14-
{
15-
"name": "MaplePHP",
16-
"homepage": "https://wazabii.se"
17-
}
18-
],
19-
"require": {
20-
"php": ">=8.0",
21-
"maplephp/dto": "^1.0"
2+
"name": "maplephp/http",
3+
"version": "v1.0.7",
4+
"type": "library",
5+
"description": "The library is fully integrated with PSR-7 Http Message and designed for use with MaplePHP framework.",
6+
"keywords": [
7+
"psr7",
8+
"http",
9+
"message",
10+
"http message",
11+
"server",
12+
"request",
13+
"client",
14+
"upload",
15+
"stream",
16+
"headers"
17+
],
18+
"homepage": "https://wazabii.se",
19+
"license": "Apache-2.0",
20+
"authors": [
21+
{
22+
"name": "Daniel Ronkainen",
23+
"email": "[email protected]"
2224
},
23-
"require-dev": {
24-
"maplephp/unitary": "^1.0"
25-
},
26-
"autoload": {
27-
"psr-4": {
28-
"MaplePHP\\Http\\": ""
29-
}
30-
},
31-
"minimum-stability": "dev"
32-
}
25+
{
26+
"name": "MaplePHP",
27+
"homepage": "https://wazabii.se"
28+
}
29+
],
30+
"require": {
31+
"php": ">=8.0",
32+
"maplephp/dto": "^1.0"
33+
},
34+
"require-dev": {
35+
"maplephp/unitary": "^1.0"
36+
},
37+
"autoload": {
38+
"psr-4": {
39+
"MaplePHP\\Http\\": ""
40+
}
41+
},
42+
"minimum-stability": "dev"
43+
}

0 commit comments

Comments
 (0)