We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e74c commit bcdcb0aCopy full SHA for bcdcb0a
1 file changed
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "anjooficial/ci-restserver",
+ "name": "kseven/ci-restserver",
3
"description": "A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.",
4
"type": "library",
5
"license": "MIT",
@@ -11,7 +11,7 @@
11
],
12
"minimum-stability": "dev",
13
"autoload": {
14
- "psr-4": {"anjooficial\\CIRestServer\\": "src/"}
+ "psr-4": {"kseven\\CIRestServer\\": "src/"}
15
},
16
"require": {}
17
}
0 commit comments