We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a86c0c commit 9413580Copy full SHA for 9413580
composer.json
@@ -17,8 +17,8 @@
17
"minimum-stability": "dev",
18
19
"autoload": {
20
- "psr-0": {
21
- "BaseKit": "src/"
+ "psr-4": {
+ "BaseKit\\Api\\": "src/"
22
}
23
},
24
src/BaseKit/Api/Client.php src/Client.phpsrc/BaseKit/Api/Client.php renamed to src/Client.php
@@ -28,7 +28,7 @@ public static function factory($config = array())
28
29
$client->setDescription(
30
ServiceDescription::factory(
31
- __DIR__ . '/../../../service/basekit.json'
+ __DIR__ . '/../service/basekit.json'
32
)
33
);
34
tests/BaseKit/Api/ClientTest.php tests/ClientTest.phptests/BaseKit/Api/ClientTest.php renamed to tests/ClientTest.php
0 commit comments