bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

UrlGeneratorServiceProvider not available anymore #38

Open janpieper opened 10 years ago

janpieper commented 10 years ago

This demo is using the dev-master version of Silex but the UrlGeneratorServiceProvider has been removed in version 1.2. You can work around this by changing dev-master to 1.1.2 in the composer.json file.

nothing2lose-zz commented 10 years ago

now available to "silex/silex": "~1.2"

silvios commented 10 years ago

This helped me out thank you!