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 459208e commit 2debfdeCopy full SHA for 2debfde
.github/.release-please-config.json
@@ -3,7 +3,7 @@
3
"release-type": "php",
4
"packages": {
5
".": {
6
- "package-name": "destroy",
+ "package-name": "toml",
7
"changelog-path": "/CHANGELOG.md"
8
}
9
},
tests/Arch/ArchTest.php
@@ -2,7 +2,7 @@
2
declare(strict_types=1);
-namespace Internal\Destroy\Tests\Arch;
+namespace Internal\Toml\Tests\Arch;
use PHPUnit\Architecture\ArchitectureAsserts;
use PHPUnit\Framework\TestCase;
0 commit comments