Skip to content

Commit 9413580

Browse files
author
Henry Smith
committed
Upgrade to PSR4
1 parent 5a86c0c commit 9413580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"minimum-stability": "dev",
1818

1919
"autoload": {
20-
"psr-0": {
21-
"BaseKit": "src/"
20+
"psr-4": {
21+
"BaseKit\\Api\\": "src/"
2222
}
2323
},
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function factory($config = array())
2828

2929
$client->setDescription(
3030
ServiceDescription::factory(
31-
__DIR__ . '/../../../service/basekit.json'
31+
__DIR__ . '/../service/basekit.json'
3232
)
3333
);
3434

0 commit comments

Comments
 (0)