Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

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

Open
n1c01a5 opened this issue Jun 14, 2012 · 6 comments
Open

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

n1c01a5 opened this issue Jun 14, 2012 · 6 comments

Comments

@n1c01a5
Copy link

n1c01a5 commented Jun 14, 2012

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"
@sudent
Copy link

sudent commented Jun 17, 2012

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

@Problematic
Copy link
Owner

Did #22 fix this?

@sudent
Copy link

sudent commented Jun 21, 2012

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!

@zerkalica
Copy link

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

@mmikeyy
Copy link

mmikeyy commented Jul 13, 2012

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:

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

@pschultz
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants