Skip to content

Commit 9fe07d9

Browse files
committed
added namespaces to all important classes && updated composer.json
1 parent 5c805d5 commit 9fe07d9

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
composer2.json
2+
vendor

composer.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
2-
"name": "leafs/leaf",
3-
"version": "1.1.0",
4-
"minimum-stability": "stable",
5-
"type": "library",
2+
"name": "leafs/leaf",
63
"description": "Leaf is a PHP starter kit that helps you quickly write simple yet powerful web applications and APIs without any framework.",
7-
"keywords": ["PHP","Leaf","framework","routing", "router", "server side routing", "php routing", "library"],
8-
"homepage": "https://leaf-docs.netlify.com/",
9-
"license": "MIT",
10-
"autoload": {
11-
"psr-0": {
12-
"Leaf\\": "/src"
13-
}
14-
},
4+
"type": "library",
5+
"license": "MIT",
156
"authors": [
167
{
178
"name": "Michael Darko",
189
"email": "mickdd22@gmail.com",
1910
"homepage": "https://mychi.netlify.com",
2011
"role": "Developer"
2112
}
22-
]
23-
}
13+
],
14+
"autoload": {
15+
"psr-0": {
16+
"Leaf": "/src"
17+
}
18+
},
19+
"minimum-stability": "stable",
20+
"require": {}
21+
}

0 commit comments

Comments
 (0)