We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bf13c commit a563c7bCopy full SHA for a563c7b
3 files changed
composer.json
@@ -9,5 +9,10 @@
9
},
10
"require-dev": {
11
"datadog/dd-trace": "0.34.*"
12
+ },
13
+ "autoload": {
14
+ "psr-4": {
15
+ "Buffer\\Bufflog\\": "./src/BuffLog"
16
+ }
17
}
18
example.php
@@ -1,5 +1,5 @@
1
<?php
2
-require_once('./src/php-bufflog/BuffLog.php');
+require_once('./src/Bufflog/BuffLog.php');
3
4
use Buffer\Bufflog;
5
src/php-bufflog/BuffLog.php src/BuffLog/BuffLog.phpsrc/php-bufflog/BuffLog.php renamed to src/BuffLog/BuffLog.php
0 commit comments