We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1f7a3 commit 9e4d84bCopy full SHA for 9e4d84b
src/cli/composer.json
@@ -35,7 +35,10 @@
35
"autoload": {
36
"psr-4": {
37
"App\\": "app/"
38
- }
+ },
39
+ "files": [
40
+ "vendor/attributes.php"
41
+ ]
42
},
43
"autoload-dev": {
44
src/config-manager/composer.json
@@ -32,10 +32,7 @@
32
33
34
"KDuma\\PhpCA\\ConfigManager\\": "src/"
- },
- "files": [
- "vendor/attributes.php"
- ]
+ }
0 commit comments