Skip to content

Commit

Permalink
Merge pull request #25 from andreybolonin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali authored Jan 15, 2024
2 parents 9621ed5 + 116401c commit 0e63c7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tattali/mobile-detect-bundle",
"description": "Symfony 3.4-6.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
"description": "Symfony 5.x-7.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
"keywords": [
"mobile detect",
"device detect",
Expand Down Expand Up @@ -36,10 +36,10 @@
"require": {
"php": ">=7.2.5",
"mobiledetect/mobiledetectlib": "^2.8.15",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/event-dispatcher": "^5.0 || ^6.0",
"symfony/framework-bundle": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0",
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
Expand All @@ -50,8 +50,8 @@
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/dotenv": "^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.0 || ^6.0"
"symfony/dotenv": "^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.0 || ^6.0 || ^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 0e63c7f

Please sign in to comment.