Skip to content

Commit 0e63c7f

Browse files
authored
Merge pull request #25 from andreybolonin/main
2 parents 9621ed5 + 116401c commit 0e63c7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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.",
44
"keywords": [
55
"mobile detect",
66
"device detect",
@@ -36,10 +36,10 @@
3636
"require": {
3737
"php": ">=7.2.5",
3838
"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",
4343
"twig/twig": "^2.0 || ^3.0"
4444
},
4545
"require-dev": {
@@ -50,8 +50,8 @@
5050
"phpstan/phpstan": "^1.0",
5151
"phpunit/phpunit": "^8.5 || ^9.5",
5252
"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"
5555
},
5656
"config": {
5757
"sort-packages": true,

0 commit comments

Comments
 (0)