|
1 | 1 | { |
2 | | - "name": "webfactory/http-cache-bundle", |
3 | | - "description": "Symfony bundle to ease HTTP cache validation via last modified header", |
4 | | - "keywords": [ |
5 | | - "caching", |
6 | | - "http", |
7 | | - "304", |
8 | | - "notmodified", |
9 | | - "ifnotmodifiedsince" |
10 | | - ], |
11 | | - "license": "MIT", |
12 | | - "authors": [ |
13 | | - { |
14 | | - "name": "webfactory GmbH", |
15 | | - |
16 | | - "homepage": "http://www.webfactory.de", |
17 | | - "role": "Developer" |
18 | | - } |
19 | | - ], |
| 2 | + "name": "webfactory/http-cache-bundle", |
| 3 | + "description": "Symfony bundle to ease HTTP cache validation via last modified header", |
| 4 | + "keywords": [ |
| 5 | + "caching", |
| 6 | + "http", |
| 7 | + "304", |
| 8 | + "notmodified", |
| 9 | + "ifnotmodifiedsince" |
| 10 | + ], |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "webfactory GmbH", |
| 15 | + |
| 16 | + "homepage": "http://www.webfactory.de", |
| 17 | + "role": "Developer" |
| 18 | + } |
| 19 | + ], |
20 | 20 |
|
21 | | - "require": { |
22 | | - "php": "^7.1", |
23 | | - "symfony/config": "^2.8 || ^3.0 || ^4.0", |
24 | | - "symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0", |
25 | | - "symfony/http-foundation": "^2.8 || ^3.0 || ^4.0", |
26 | | - "symfony/http-kernel": "^2.8 || ^3.0 || ^4.0", |
27 | | - "doctrine/annotations": "^1.0" |
28 | | - }, |
| 21 | + "require": { |
| 22 | + "php": "^7.1|8.0.*|8.1.*", |
| 23 | + "symfony/config": "^4.4 | ^5.0", |
| 24 | + "symfony/dependency-injection": "^4.4 | ^5.0", |
| 25 | + "symfony/http-foundation": "^4.4 | ^5.0", |
| 26 | + "symfony/http-kernel": "^4.4 | ^5.0", |
| 27 | + "doctrine/annotations": "^1.0" |
| 28 | + }, |
29 | 29 |
|
30 | | - "require-dev": { |
31 | | - "phpunit/phpunit": "^4.8.0" |
32 | | - }, |
| 30 | + "require-dev": { |
| 31 | + "phpunit/phpunit": "^8.5|^9.0", |
| 32 | + "symfony/phpunit-bridge": ">=5.0" |
| 33 | + }, |
33 | 34 |
|
34 | | - "suggest": { |
35 | | - "webfactory/wfdmeta-bundle": "Invalidate caches based on meta data tracked with wfDynamic" |
36 | | - }, |
| 35 | + "suggest": { |
| 36 | + "webfactory/wfdmeta-bundle": "Invalidate caches based on meta data tracked with wfDynamic" |
| 37 | + }, |
37 | 38 |
|
38 | | - "autoload": { |
39 | | - "psr-4": { |
40 | | - "Webfactory\\HttpCacheBundle\\": "" |
| 39 | + "autoload": { |
| 40 | + "psr-4": { |
| 41 | + "Webfactory\\HttpCacheBundle\\": "src" |
| 42 | + } |
| 43 | + }, |
| 44 | + "autoload-dev": { |
| 45 | + "psr-4": { |
| 46 | + "Webfactory\\HttpCacheBundle\\Tests\\": "tests" |
| 47 | + } |
41 | 48 | } |
42 | | - } |
43 | 49 | } |
0 commit comments