Skip to content

Commit bd0ce4b

Browse files
authored
Add files via upload
1 parent 75a252d commit bd0ce4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "thnguyendev/phpcore",
3+
"description": "The Phpcore Framework.",
4+
"keywords": ["framework", "phpcore"],
5+
"license": "MIT",
6+
"type": "project",
7+
"autoload": {
8+
"psr-4": {
9+
"phpcore\\": "src/server"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)