Skip to content

Commit 77eebb3

Browse files
committed
chore: update composer.json
1 parent 6727270 commit 77eebb3

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

composer.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "leafs/http",
3-
"description": "Leaf PHP HTTP module.",
4-
"keywords": [
5-
"http",
6-
"request",
7-
"response",
8-
"headers",
9-
"leaf",
10-
"php",
11-
"framework"
12-
],
13-
"homepage": "https://leafphp.netlify.app/#/",
14-
"type": "library",
15-
"license": "MIT",
16-
"authors": [
17-
{
18-
"name": "Michael Darko",
19-
"email": "mickdd22@gmail.com",
20-
"homepage": "https://mychi.netlify.app",
21-
"role": "Developer"
22-
}
23-
],
24-
"autoload": {
25-
"psr-4": {
26-
"Leaf\\Http\\": "src"
27-
},
28-
"files": [
29-
"src/functions.php"
30-
]
31-
},
32-
"minimum-stability": "dev",
33-
"prefer-stable": true,
34-
"require": {
35-
"leafs/anchor": "*"
2+
"name": "leafs/http",
3+
"description": "Leaf PHP HTTP module.",
4+
"keywords": [
5+
"http",
6+
"request",
7+
"response",
8+
"headers",
9+
"leaf",
10+
"php",
11+
"framework"
12+
],
13+
"homepage": "https://leafphp.dev/modules/http/v/2/request.html",
14+
"type": "library",
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "Michael Darko",
19+
"email": "mickdd22@gmail.com",
20+
"homepage": "https://mychi.netlify.app",
21+
"role": "Developer"
3622
}
23+
],
24+
"autoload": {
25+
"psr-4": {
26+
"Leaf\\Http\\": "src"
27+
},
28+
"files": [
29+
"src/functions.php"
30+
]
31+
},
32+
"minimum-stability": "dev",
33+
"prefer-stable": true,
34+
"require": {
35+
"leafs/anchor": "*"
36+
}
3737
}

0 commit comments

Comments
 (0)