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 9f2c5d3 commit 870fc5bCopy full SHA for 870fc5b
composer.json
@@ -21,6 +21,11 @@
21
"Tourze\\Symfony\\Aop\\": "src"
22
}
23
},
24
+ "autoload-dev": {
25
+ "psr-4": {
26
+ "Tourze\\Symfony\\Aop\\Tests\\": "tests"
27
+ }
28
+ },
29
"require-dev": {
30
"phpunit/phpunit": "^10.0",
31
"phpstan/phpstan": "^2.1"
tests/.gitignore
@@ -0,0 +1 @@
1
+
0 commit comments