Skip to content

Commit

Permalink
Bump version to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wazabii8 committed Sep 29, 2024
1 parent 428f317 commit bb8229b
Showing 1 changed file with 41 additions and 30 deletions.
71 changes: 41 additions & 30 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
{
"name": "maplephp/http",
"version": "v1.0.6",
"type": "library",
"description": "The library is fully integrated with PSR-7 Http Message and designed for use with MaplePHP framework.",
"keywords": ["psr7", "http", "message", "http message", "server", "request", "client", "upload", "stream", "headers"],
"homepage": "https://wazabii.se",
"license": "Apache-2.0",
"authors": [
{
"name": "Daniel Ronkainen",
"email": "daniel.ronkainen@wazabii.se"
},
{
"name": "MaplePHP",
"homepage": "https://wazabii.se"
}
],
"require": {
"php": ">=8.0",
"maplephp/dto": "^1.0"
"name": "maplephp/http",
"version": "v1.0.7",
"type": "library",
"description": "The library is fully integrated with PSR-7 Http Message and designed for use with MaplePHP framework.",
"keywords": [
"psr7",
"http",
"message",
"http message",
"server",
"request",
"client",
"upload",
"stream",
"headers"
],
"homepage": "https://wazabii.se",
"license": "Apache-2.0",
"authors": [
{
"name": "Daniel Ronkainen",
"email": "daniel.ronkainen@wazabii.se"
},
"require-dev": {
"maplephp/unitary": "^1.0"
},
"autoload": {
"psr-4": {
"MaplePHP\\Http\\": ""
}
},
"minimum-stability": "dev"
}
{
"name": "MaplePHP",
"homepage": "https://wazabii.se"
}
],
"require": {
"php": ">=8.0",
"maplephp/dto": "^1.0"
},
"require-dev": {
"maplephp/unitary": "^1.0"
},
"autoload": {
"psr-4": {
"MaplePHP\\Http\\": ""
}
},
"minimum-stability": "dev"
}

0 comments on commit bb8229b

Please sign in to comment.