File tree Expand file tree Collapse file tree 2 files changed +39
-36
lines changed
Expand file tree Collapse file tree 2 files changed +39
-36
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ Thumbs.db
1717
1818# phpstorm
1919.idea /*
20+
21+ # Alchemy
22+ .alchemy
Original file line number Diff line number Diff line change 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- 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+ 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}
You can’t perform that action at this time.
0 commit comments