Commit 4ee0d672 authored by Fabien Potencier's avatar Fabien Potencier

bumped all versions to 2.1

parent 19d79f3b
......@@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.1.x-dev"
}
}
}
......@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider;
*/
class Application extends Container implements HttpKernelInterface, TerminableInterface
{
const VERSION = '2.0.5-DEV';
const VERSION = '2.1.0-DEV';
const EARLY_EVENT = 512;
const LATE_EVENT = -512;
......
......@@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"pimple/pimple": "~3.0",
"silex/api": "~2.0"
"silex/api": "~2.1"
},
"autoload": {
"psr-4": { "Silex\\Provider\\": "" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment