-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
FuelPHP: allow core, modules and packages to be installed #57
Conversation
The lead developer of the Fuel project, @WanWizard, has confirmed that Fuel v1.x should be named fuel-* and Fuel v2.x should be named fuelphp-*
Updated original pull request
|
Awesome, thanks @lukearmstrong! I'll get this merged shortly. The only part I would like to hold on is the |
Thanks again @lukearmstrong! I've merged |
Thanks for merging Would you like me to look at implementing #43 if I find time? |
Yes please! I'd appreciate that. Let me know if you have any questions. |
FuelPHP
1.6/develop
has started using Composer forpsr/log
,monolog/monolog
andfuelphp/upload
http://fuelphp.com/blogs/2013/01/fuelphp-and-composer-revisited
This pull request makes it possible for people using
1.6/develop
to install core, modules and packages using composer. So whilst these things are not PSR compliant, starting to use composer now will hopefully make this transition much smoother and hopefully come around faster.FuelPHP v1.x packages are prefixed with
fuel-
FuelPHP v2.x packages are prefixed with
fuelphp-
, but FuelPHP v2 will not need to usecomposer/installers
.Here is the related pull request.
fuel/fuel#279