bug #1249 added symfony/phpunit to catch deprecation notices (fabpot)
This PR was merged into the 1.3 branch. Discussion ---------- added symfony/phpunit to catch deprecation notices Commits ------- 780ab698 fixed some Form deprecations cb46028d removed deprecated method call in the exception handler 9291f830 fixed test that did not restore the error handler properly 1cc87a3f added symfony/phpunit to catch deprecation notices
Showing
{ | ||
"minimum-stability": "dev", | ||
"name": "silex/silex", | ||
"description": "The PHP micro-framework based on the Symfony Components", | ||
"keywords": ["microframework"], | ||
... | ... | @@ -35,6 +34,7 @@ |
"symfony/finder": "~2.3,<3.0", | ||
"symfony/monolog-bridge": "~2.3,<3.0", | ||
"symfony/options-resolver": "~2.3,<3.0", | ||
"symfony/phpunit-bridge": "~2.7,<3.0", | ||
"symfony/process": "~2.3,<3.0", | ||
"symfony/serializer": "~2.3,<3.0", | ||
"symfony/translation": "~2.3,<3.0", | ||
... | ... | @@ -61,5 +61,6 @@ |
"branch-alias": { | ||
"dev-master": "1.3.x-dev" | ||
} | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Please register or sign in to comment