Skip to content

Commit f20f740

Browse files
committed
Version for PHP 8.2 and Symfony 6.4
- Projekt-Informations adjusted - README.md updated - Github workflow adjusted
1 parent 38c1d62 commit f20f740

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,14 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
php:
27-
- 8.0
28-
- 8.1
27+
- 8.2
2928
dependencies:
3029
- highest
3130
stability:
3231
- stable
3332
symfony-require:
34-
# Test latest LTS
35-
- 5.4.*
36-
# Test last supported version
37-
- 6.0.*
38-
- 6.*
39-
include:
40-
# Tests the lowest set of dependencies
41-
# - symfony-require: 5.4.*
42-
# dependencies: lowest
43-
# stability: stable
44-
# php: 8.0
45-
46-
# Bleeding edge
47-
- symfony-require: 6.*
48-
php: 8.1
49-
dependencies: highest
50-
stability: dev
51-
33+
# Test latest stable version
34+
- 6.4
5235
steps:
5336
- name: Checkout code
5437
uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ MobileDetectBundle
55

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

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

@@ -76,4 +76,4 @@ License and credits
7676

7777
This bundle is under the MIT license. See the complete [license](src/Resources/meta/LICENSE) in the bundle
7878

79-
Original authors: [suncat2000](https://github.com/suncat2000), [HenriVesala](https://github.com/HenriVesala), [netmikey](https://github.com/netmikey) and [all contributors](https://github.com/suncat2000/MobileDetectBundle/graphs/contributors)
79+
Original authors: [tattali](https://gihub.com/tattali), [suncat2000](https://github.com/suncat2000), [HenriVesala](https://github.com/HenriVesala), [netmikey](https://github.com/netmikey) and [all contributors](https://github.com/suncat2000/MobileDetectBundle/graphs/contributors)

src/Resources/doc/legacy-versions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ Installation
33

44
Composer
55
--------
6+
### For Symfony 6.4 & PHP 8.2
67

7-
### Latest Symfony >= 5.1 || <= 6.4
8+
```sh
9+
composer require 'digifa/mobile-detect-bundle:2.3.*-lts'
10+
```
11+
12+
### Latest Symfony >= 5.1 || < 6.4
813

914
```sh
1015
composer require tattali/mobile-detect-bundle

0 commit comments

Comments
 (0)