You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another note, I had the package propel/propel installed. I just removed that through Composer.
Now when I try to install propel/propel-laravel I get the error:
Problem 1
- The requested package propel/propel-laravel 2.0.0-alpha5 exists as
propel/propel-laravel[dev-Big-Shark-patch-1, dev-Big-Shark-patch-2, dev-develop, dev-ma
ster] but these are rejected by your constraint.
Not sure why this error is now suddenly showing. I still have "minimum-stability": "alpha" in my composer.json file.
@Big-Shark , @chinookproject Develop branch did updated and introduced 5.2 support and new command. Read docs and it's recommended for new installations and testing purposes for now.
I'm trying to install
propel-laravel
through composer in my Laravel5.2.*
framework, but it's not working for me.First of all I tried to do what the documentation said, editting my
composer.json
like so:But when I do a:
composer require propel/propel-laravel
it seems that it can't find the package. I have to do this in order to installpropel-laravel
:composer require propel/propel-laravel:~2.0.0-alpha5
Now it's able to download the package, but I'm getting the following error during the installation:
Anyone idea how I can fix this problem?
The text was updated successfully, but these errors were encountered: