This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 4c5730c23b minor #13135 [2.7] Allow 3.0 requirements (nicolas-grekas)
This PR was merged into the 2.7 branch.

Discussion
----------

[2.7] Allow 3.0 requirements

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | lets see
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

2.7 is going to provide almost the same interfaces as 3.0 but also a BC layer for previous releases.
This means that 2.7 is going to be mostly compatible with 3.0.
Lets continuously test this assumption and see when and were we break compat with 2.7 (and try to avoid it as much as possible to smoothen the transition to 3.0).

Commits
-------

b369bb6 [2.7] Allow 3.0 requirements
2014-12-30 09:56:10 +01:00
..
CacheWarmer Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Command [FrameworkBundle] added a test router for the buil-in web server 2014-12-29 12:17:32 +01:00
Console [2.6] CS Fixes And Removed An Unused Import 2014-12-07 19:23:39 +01:00
Controller Merge branch '2.6' into 2.7 2014-12-22 17:45:18 +01:00
DataCollector [WebProfilerBundle] Show AJAX requests in the symfony profiler toolbar 2014-09-23 17:52:02 +02:00
DependencyInjection [FrameworkBundle] Optimize validator registration 2014-12-26 08:58:15 +01:00
EventListener [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Fragment [HttpKernel] added escaping for hx:include tag attributes 2013-03-29 05:29:22 +01:00
HttpCache SSI support 2014-06-18 11:11:19 +02:00
Resources [FrameworkBundle] added a test router for the buil-in web server 2014-12-29 12:17:32 +01:00
Routing Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
Templating Merge branch '2.6' into 2.7 2014-12-22 17:45:18 +01:00
Test fix phpdoc's alignment 2014-12-09 19:18:22 +01:00
Tests Merge branch '2.6' into 2.7 2014-12-24 08:10:22 +01:00
Translation Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
Validator [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md add changelog entry for web server commands 2014-10-09 12:52:43 +02:00
Client.php [FrameworkBundle] forward error reporting level to insulated Client 2014-12-23 08:41:15 +01:00
composer.json [2.7] Allow 3.0 requirements 2014-12-27 12:44:51 +01:00
FrameworkBundle.php [Debug] DI controllable ErrorHandler::register() 2014-10-28 11:06:58 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00