jdesrosiers / silex-cors-provider

A silex service provider that adds CORS services to silex
MIT License
78 stars 25 forks source link

Unable to get silex-cors-provider using compser #3

Closed ghost closed 11 years ago

ghost commented 11 years ago

I just can't get your package using composer. Here's the error message:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package jdesrosiers/silex-cors-provider ~0.1 could not be found.

Here is my composer.json:

{
    "require": {
        "silex/silex": "1.*",
        "doctrine/dbal": "2.2.*",
        "monolog/monolog": ">=1.0.0",
        "jdesrosiers/silex-cors-provider": "~0.1"
    }
}

What's on your side?

jdesrosiers commented 11 years ago

Sorry, documentation error. I have not tagged this yet because I haven't had a chance to write enough tests. You can install it using dev-master as the version requirement.