Skip to content

Commit af0dba3

Browse files
committed
feat: update version constraints
1 parent e5bb44c commit af0dba3

File tree

2 files changed

+39
-36
lines changed

2 files changed

+39
-36
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ Thumbs.db
1717

1818
# phpstorm
1919
.idea/*
20+
21+
# Alchemy
22+
.alchemy

composer.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "leafs/http",
3-
"description": "Http abstraction for Leaf PHP",
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": "[email protected]",
20-
"homepage": "https://mychi.netlify.app",
21-
"role": "Developer"
22-
}
23-
],
24-
"autoload": {
25-
"psr-4": {
26-
"Leaf\\Http\\": "src"
2+
"name": "leafs/http",
3+
"description": "Http abstraction for Leaf PHP",
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": "[email protected]",
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+
]
2731
},
28-
"files": [
29-
"src/functions.php"
30-
]
31-
},
32-
"minimum-stability": "dev",
33-
"prefer-stable": true,
34-
"require": {
35-
"leafs/anchor": "*",
36-
"leafs/form": "*",
37-
"leafs/fs": "^1.3"
38-
}
32+
"minimum-stability": "dev",
33+
"prefer-stable": true,
34+
"require": {
35+
"leafs/anchor": "*",
36+
"leafs/form": "^3.0",
37+
"leafs/fs": "^2.0"
38+
}
3939
}

0 commit comments

Comments
 (0)