-
Notifications
You must be signed in to change notification settings - Fork 7
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
Removed the "vendor" folder and added it to .gitignore #29
base: master
Are you sure you want to change the base?
Conversation
Added PEAR2_Templates_Savant as an optional dependency in package.xml; Refreshed package.xml with "pyrus make".
They are (were) used when generating the Pyrus.phar
|
For Pyrus itself... sure... I can understand that to generate an installer you need to not be dependent on an installer. But surely that's not required for a plugin such as Pyrus_Developer, or any other package, right? |
I had not noticed this was Pyrus_Developer :) I agree with you
|
What's with this practice of having a "vendor" dir containing a whole PEAR2 installation with dependencies anyway? Those should not be in a VCS, even if they're important for development (which those frankly aren't), but should be installed separately.