Skip to content

Commit ade071b

Browse files
committed
Merge branch 'refs/heads/2.3.1.1'
2 parents b668a56 + 9d64d3f commit ade071b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
stability:
3131
- stable
3232
symfony-require:
33-
# Test latest stable version
33+
# Test latest LTS version
3434
- 6.4
35+
# Test latest stable version
36+
- 7.*
3537
steps:
3638
- name: Checkout code
3739
uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MobileDetectBundle
66
Symfony 6.4.x / PHP 8.2 bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
77

88
[![Github Actions Status](https://github.com/digifa/MobileDetectBundle/actions/workflows/main.yml/badge.svg?branch=main
9-
)](https://github.com/digifa/MobileDetectBundle/actions/workflows/main.yml?query=branch%3Amain) [![Latest Stable Version](http://poser.pugx.org/digifa/mobile-detect-bundle/v)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![Total Downloads](http://poser.pugx.org/digifa/mobile-detect-bundle/downloads)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![codecov](https://codecov.io/gh/digifa/MobileDetectBundle/branch/main/graph/badge.svg?token=HWV1OYRSD9)](https://codecov.io/gh/digifa/MobileDetectBundle) [![License](http://poser.pugx.org/digifa/mobile-detect-bundle/license)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![PHP Version Require](http://poser.pugx.org/digifa/mobile-detect-bundle/require/php)](https://packagist.org/packages/digifa/mobile-detect-bundle)
9+
)](https://github.com/digifa/MobileDetectBundle/actions/workflows/main.yml?query=branch%3Amain) [![Latest Stable Version](http://poser.pugx.org/digifa/mobile-detect-bundle/v)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![Total Downloads](http://poser.pugx.org/digifa/mobile-detect-bundle/downloads)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![Latest Unstable Version](http://poser.pugx.org/digifa/mobile-detect-bundle/v/unstable)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![License](http://poser.pugx.org/digifa/mobile-detect-bundle/license)](https://packagist.org/packages/digifa/mobile-detect-bundle) [![PHP Version Require](http://poser.pugx.org/digifa/mobile-detect-bundle/require/php)](https://packagist.org/packages/digifa/mobile-detect-bundle)
1010

1111
*This bundle is a fork of [tattali/MobileDetectBundle](https://github.com/tattali/MobileDetectBundle) that is a fork of [suncat2000/MobileDetectBundle](https://github.com/suncat2000/MobileDetectBundle). As this project doesn't look maintained anymore, we decided to create & maintain a fork. For more information read our [manifest](https://github.com/tattali/MobileDetectBundle/issues/8).*
1212

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digifa/mobile-detect-bundle",
3-
"description": "Symfony 6.4 / PHP 8.2 bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
3+
"description": "Symfony 6.4, 7.0 / PHP 8.2 bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
44
"keywords": [
55
"mobile detect",
66
"device detect",
@@ -40,10 +40,10 @@
4040
"require": {
4141
"php": ">=8.2",
4242
"mobiledetect/mobiledetectlib": "^4.8",
43-
"symfony/dependency-injection": "^6.4",
44-
"symfony/event-dispatcher": "^6.4",
45-
"symfony/framework-bundle": "^6.4",
46-
"symfony/yaml": "^6.4",
43+
"symfony/dependency-injection": "^6.4||^7.0",
44+
"symfony/event-dispatcher": "^6.4||^7.0",
45+
"symfony/framework-bundle": "^6.4||^7.0",
46+
"symfony/yaml": "^6.4||^7.0",
4747
"twig/twig": "^2.0 || ^3.0"
4848
},
4949
"require-dev": {
@@ -55,8 +55,8 @@
5555
"phpunit/phpunit": "^9.5",
5656
"rector/rector": "^1.2",
5757
"squizlabs/php_codesniffer": "^3.6",
58-
"symfony/dotenv": "^6.4",
59-
"symfony/phpunit-bridge": "^6.4"
58+
"symfony/dotenv": "^6.4||^7.0",
59+
"symfony/phpunit-bridge": "^6.4||^7.0"
6060
},
6161
"config": {
6262
"sort-packages": true,

0 commit comments

Comments
 (0)