Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Remove unnecessary autoload.php from composer config. #4037

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions library/Zend/Stdlib/composer.json
Expand Up @@ -9,10 +9,7 @@
"autoload": {
"psr-0": {
"Zend\\Stdlib\\": ""
},
"files": [
"Zend/Stdlib/compatibility/autoload.php"
]
}
},
"target-dir": "Zend/Stdlib",
"suggest": {
Expand Down