Open janpieper opened 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.
dev-master
UrlGeneratorServiceProvider
1.1.2
composer.json
now available to "silex/silex": "~1.2"
This helped me out thank you!
This demo is using the
dev-master
version of Silex but theUrlGeneratorServiceProvider
has been removed in version 1.2. You can work around this by changingdev-master
to1.1.2
in thecomposer.json
file.