Skip to content

Commit 9e4d84b

Browse files
committed
Move loading vendor/attributes.php to the cli from the config manager
1 parent 2a1f7a3 commit 9e4d84b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/cli/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"autoload": {
3636
"psr-4": {
3737
"App\\": "app/"
38-
}
38+
},
39+
"files": [
40+
"vendor/attributes.php"
41+
]
3942
},
4043
"autoload-dev": {
4144
"psr-4": {

src/config-manager/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
"autoload": {
3333
"psr-4": {
3434
"KDuma\\PhpCA\\ConfigManager\\": "src/"
35-
},
36-
"files": [
37-
"vendor/attributes.php"
38-
]
35+
}
3936
},
4037
"autoload-dev": {
4138
"psr-4": {

0 commit comments

Comments
 (0)