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 bb9776e commit 584ae59Copy full SHA for 584ae59
.gitattributes
@@ -1,5 +1 @@
1
-docs/ export-ignore
2
-template/ export-ignore
3
-examples/ export-ignore
4
tests/ export-ignore
5
-.env/ export-ignore
composer.json
@@ -32,7 +32,7 @@
32
},
33
"autoload-dev": {
34
"psr-4": {
35
- "EventEngineTest\\": "tests/"
+ "EventEngineTest\\Data\\": "tests/"
36
}
37
38
"prefer-stable": true,
@@ -42,7 +42,7 @@
42
"@docheader",
43
"@test"
44
],
45
- "docheader": "vendor/bin/docheader check examples/ src/ tests/",
+ "docheader": "vendor/bin/docheader check src/ tests/",
46
"cs": "php-cs-fixer fix -v --diff --dry-run",
47
"cs-fix": "php-cs-fixer fix -v --diff",
48
"test": "vendor/bin/phpunit"
0 commit comments