Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
Composer
itcan
October 2014
How can I use composer to always get me the latest fuel core? 1.8/develop?
Harro
October 2014
Assuming you've got the correct composer.json:
composer update --prefer-source
itcan
October 2014
http://pastebin.com/jkFtbTq8
itcan
October 2014
so when I do "
composer update --prefer-source" and something is changed in 1.8/develop branch, then it will update the package to the latest commit?
Harro
October 2014
Yes, that would start out as a git clone, so an update will just pull the updates in.
itcan
October 2014
Ok, let's hope so... Didn't work in the past...
itcan
October 2014
Just asking, why is this not merged?
https://github.com/fuel/core/pull/1754
Harro
October 2014
Accepted Answer
I simply haven't had time to test it, due to personal circumstances.
If you are in a position to manually merge it in your repo's, and test it, I'm happy to accept the PR's.
itcan
October 2014
ok, no problem... maybe
@kenjis
can test?
kenjis
November 2014
You can't update unless you update all package versions in composer.json.
For example, "1.8" -> "1.8.1"
After that run `composer update`.
https://github.com/fuel/core/pull/1754
will be solve this problem.
itcan
November 2014
I always delete the fuel directories and then update... Not the nicest way
:-(
Hopefully the pull request will be accepted
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
October 2014
itcan
November 2014
kenjis
November 2014