ProblematicAclManagerBundle icon indicating copy to clipboard operation
ProblematicAclManagerBundle copied to clipboard

Does it work with Symfony 2.1? Problem with composer.phar

Open n1c01a5 opened this issue 13 years ago • 6 comments

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 avatar Jun 14 '12 10:06 n1c01a5

@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
    ],

sudent avatar Jun 17 '12 13:06 sudent

Did #22 fix this?

Problematic avatar Jun 20 '12 18:06 Problematic

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!

sudent avatar Jun 21 '12 03:06 sudent

Please, submit you composer package to http://packagist.org/ and setup github hook

zerkalica avatar Jun 25 '12 18:06 zerkalica

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...

mmikeyy avatar Jul 13 '12 17:07 mmikeyy

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.

pschultz avatar Jul 16 '12 13:07 pschultz