|
1 | 1 | {
|
2 | 2 | "name": "tattali/mobile-detect-bundle",
|
3 |
| - "description": "Symfony 3.4-6.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.", |
| 3 | + "description": "Symfony 5.x-7.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.", |
4 | 4 | "keywords": [
|
5 | 5 | "mobile detect",
|
6 | 6 | "device detect",
|
|
36 | 36 | "require": {
|
37 | 37 | "php": ">=7.2.5",
|
38 | 38 | "mobiledetect/mobiledetectlib": "^2.8.15",
|
39 |
| - "symfony/dependency-injection": "^5.0 || ^6.0", |
40 |
| - "symfony/event-dispatcher": "^5.0 || ^6.0", |
41 |
| - "symfony/framework-bundle": "^5.0 || ^6.0", |
42 |
| - "symfony/yaml": "^5.0 || ^6.0", |
| 39 | + "symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0", |
| 40 | + "symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0", |
| 41 | + "symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0", |
| 42 | + "symfony/yaml": "^5.0 || ^6.0 || ^7.0", |
43 | 43 | "twig/twig": "^2.0 || ^3.0"
|
44 | 44 | },
|
45 | 45 | "require-dev": {
|
|
50 | 50 | "phpstan/phpstan": "^1.0",
|
51 | 51 | "phpunit/phpunit": "^8.5 || ^9.5",
|
52 | 52 | "squizlabs/php_codesniffer": "^3.6",
|
53 |
| - "symfony/dotenv": "^5.0 || ^6.0", |
54 |
| - "symfony/phpunit-bridge": "^5.0 || ^6.0" |
| 53 | + "symfony/dotenv": "^5.0 || ^6.0 || ^7.0", |
| 54 | + "symfony/phpunit-bridge": "^5.0 || ^6.0 || ^7.0" |
55 | 55 | },
|
56 | 56 | "config": {
|
57 | 57 | "sort-packages": true,
|
|
0 commit comments