We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6af260 commit 3b93811Copy full SHA for 3b93811
example-autoload.php
@@ -24,8 +24,9 @@
24
$prefixToLocation = [
25
"Square\\" => "/square-php-sdk/src/",
26
"apimatic\\jsonmapper\\" => "/jsonmapper/src/",
27
- // This is the Namespace and location from Apimatic/Unirest's composer.json
28
"Unirest\\" => "/unirest-php/src/",
+ "Core\\" => "/core-lib-php/src/",
29
+ "CoreInterfaces\\" => "/core-interfaces-php/src/",
30
];
31
32
$matchingPrefix;
@@ -58,4 +59,4 @@
58
59
}else {
60
echo("Error loading: " . $file . "\r\n");
61
}
-});
62
+});
0 commit comments