We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2084c9e commit 796fd9bCopy full SHA for 796fd9b
composer.json
@@ -21,7 +21,7 @@
21
},
22
"autoload": {
23
"psr-4": {
24
- "Araga\\": "src/"
+ "Araga\\AuxData\\": "src/"
25
}
26
27
"minimum-stability": "stable",
src/AuxData.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-namespace Araga;
+namespace Araga\AuxData;
6
7
use DateInterval;
8
use DateTimeImmutable;
src/AuxDataPath.php
/**
* Class AuxDataPath
0 commit comments