Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
update to symfony 7
  • Loading branch information
lxregistry authored Dec 1, 2023
1 parent 9621ed5 commit dd57208
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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 6.4-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 @@ -34,24 +34,24 @@
}
],
"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",
"twig/twig": "^2.0 || ^3.0"
"php": ">=8.1.26",
"mobiledetect/mobiledetectlib": "^4.8.04",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"twig/twig": "^3.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4 || ^3.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"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"
"friendsofphp/php-cs-fixer": "^3.40",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-nette": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.7",
"symfony/dotenv": "^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit dd57208

Please sign in to comment.