ProblematicAclManagerBundle
ProblematicAclManagerBundle copied to clipboard
Does it work with Symfony 2.1? Problem with composer.phar
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:
"problematic/acl-manager-bundle": "dev-master"
@n1c01a5 there seem to be a problem with composer.json that prevents the master branch from being parsed (at least for me)
"authors": [
{
"name": "Derek Stobbe",
"email": "[email protected]"
}, // it chokes on the comma here
],
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 - The requested package problematic/acl-manager-bundle * could not be found.
Potential causes:
- A typo in the package name
-
The package is not available in a stable-enough version according to your min imum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
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.