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

Commit

Permalink
[zendframework#3705] Fix autoload.files setting in composer.json
Browse files Browse the repository at this point in the history
- Because we have a target-dir, the autoload.files path needed to be prefixed
  with that target-dir to continue to be valid.
  • Loading branch information
weierophinney committed Feb 7, 2013
1 parent 469972c commit 1edd594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Stdlib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Zend\\Stdlib\\": ""
},
"files": [
"compatibility/autoload.php"
"Zend/Stdlib/compatibility/autoload.php"
]
},
"target-dir": "Zend/Stdlib",
Expand Down

0 comments on commit 1edd594

Please sign in to comment.