Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Autoloading #869

Merged
merged 12 commits into from
Jan 6, 2015
Merged

Composer Autoloading #869

merged 12 commits into from
Jan 6, 2015

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Dec 16, 2014

This updates the code to use composer's class autoloading, and at the same time installs all the currently required PEAR libraries using composer instead of PEAR install.

Existing projects should run composer install --no-dev in order to generate the autoload file (even if they're still using the system PEAR libraries)

You may need to install composer with:

curl -sS https://getcomposer.org/installer | php;sudo mv composer.phar /usr/local/bin/composer

if you do not already have composer installed.

@driusan driusan added Feature PR or issue introducing/requiring at least one new feature Add to Release Notes PR change should be highlighted in Release notes (important security, features and bugfixes) Cleanup PR or issue introducing/requiring at least one clean-up operation Caveat for Existing Projects PR contains changes that might impact the code or accepted practices of current active projects and removed Feature PR or issue introducing/requiring at least one new feature labels Dec 16, 2014
samirdas added a commit that referenced this pull request Jan 6, 2015
@samirdas samirdas merged commit a69facf into aces:master Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add to Release Notes PR change should be highlighted in Release notes (important security, features and bugfixes) Caveat for Existing Projects PR contains changes that might impact the code or accepted practices of current active projects Cleanup PR or issue introducing/requiring at least one clean-up operation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants