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

Hotfix/composer fixes #64

Merged
merged 4 commits into from
May 23, 2012

Conversation

EvanDotPro
Copy link
Member

  • Removes lock file (fixes weird duplicate zendframework/zendframework issue).
  • Updates to latest zf2 commit hash for array notice fix with view helpers.
  • Updates readme for non-composer workflow. Registering the classmap autoloader without including the classmap file was causing errors.

Per @Ocramius, composer.lock is useful for deployment. We don't need it included
with the skeleton since it is generated on the first install, however we likely
do not want it to be ignored from version control, since it carries the tested
versions of the dependencies from development to production in the deployment
process.
Since we no longer include the classmap file.
akrabat added a commit that referenced this pull request May 23, 2012
@akrabat akrabat merged commit a96f2d4 into zendframework:master May 23, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants