oauth2-demo-php
oauth2-demo-php copied to clipboard
UrlGeneratorServiceProvider not available anymore
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.
now available to "silex/silex": "~1.2"
This helped me out thank you!