-
Notifications
You must be signed in to change notification settings - Fork 33
Does it work with Symfony 2.1? Problem with composer.phar #21
Comments
@n1c01a5 there seem to be a problem with composer.json that prevents the master branch from being parsed (at least for me)
|
Did #22 fix this? |
It's working now for me with sf2.1, but I'm not using the master branch directly, so might want @n1c01a5 or others with sf2.1 master to check it. Thanks! |
Please, submit you composer package to http://packagist.org/ and setup github hook |
Any usable advice to circumvent / solve this problem?? I keep getting the following:Your requirements could not be solved to an installable set of packages. Problem 1 Potential causes:
I also tried "problematic/acl-manager-bundle": "dev-master" in composer.json Finally, newbie question: is packagist.org really of any use? Nothing to be found there with keywords problematic or acl... |
This package has not been published on packagist.org, so you have to add a repository section to composer.json. See http://getcomposer.org/doc/05-repositories.md#vcs for an example. |
When I run "php composer.phar update" in sf2.1 I have this error:
Problems:
- The requested package "problematic/acl-manager-bundle" with constraint == 9999999-dev could not be found.
In my composer.json:
The text was updated successfully, but these errors were encountered: