File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Bridge/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
"doctrine/inflector" : " ^1.0" ,
19
19
"psr/cache" : " ^1.0" ,
20
- <<<<<<< HEAD
21
20
"psr/container" : " ^1.0" ,
22
21
"symfony/http-foundation" : " ^3.3@beta" ,
23
22
"symfony/http-kernel" : " ^3.3@beta" ,
24
- =======
25
- "symfony/http-foundation" : " ^3.1.6" ,
26
- "symfony/http-kernel" : " ^2.7 || ^3.0" ,
27
- >>>>>>> Fix tests
28
23
"symfony/property-access" : " ^2.7 || ^3.0" ,
29
24
"symfony/property-info" : " ^3.3@beta" ,
30
25
"symfony/serializer" : " ^3.3@beta" ,
Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
6
6
7
7
<services >
8
- <service id =" api_platform.http_cache.listener.response.configure" class =" ApiPlatform\Core\HttpCache\EventListener\ConfigureListener " >
8
+ <service id =" api_platform.http_cache.listener.response.configure" class =" ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener " >
9
9
<argument >%api_platform.http_cache.etag%</argument >
10
10
<argument >%api_platform.http_cache.max_age%</argument >
11
11
<argument >%api_platform.http_cache.shared_max_age%</argument >
Original file line number Diff line number Diff line change 22
22
*
23
23
* @experimental
24
24
*/
25
- final class ConfigureListener
25
+ final class AddHeadersListener
26
26
{
27
27
private $ etag ;
28
28
private $ maxAge ;
You can’t perform that action at this time.
0 commit comments