Skip to content

Commit 3219235

Browse files
committed
Drop old versions
1 parent 3e7a6cd commit 3219235

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,12 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
php:
27-
- 8.1
2827
- 8.2
2928
dependencies:
3029
- highest
3130
stability:
3231
- stable
3332
symfony-require:
34-
# Test still maintained
35-
- 5.4.*
36-
# Test latest LTS
37-
- 6.4.*
3833
# Test latest stable version
3934
- 7.*
4035
steps:

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
}
3535
],
3636
"require": {
37-
"php": ">=7.2.5",
37+
"php": ">=8.2",
3838
"mobiledetect/mobiledetectlib": "^2.8.15",
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",
39+
"symfony/dependency-injection": "^7.0",
40+
"symfony/event-dispatcher": "^7.0",
41+
"symfony/framework-bundle": "^7.0",
42+
"symfony/yaml": "^7.0",
4343
"twig/twig": "^2.0 || ^3.0"
4444
},
4545
"require-dev": {
46-
"friendsofphp/php-cs-fixer": "^3.4 || ^3.8",
46+
"friendsofphp/php-cs-fixer": "^3.8",
4747
"phpstan/extension-installer": "^1.0",
4848
"phpstan/phpstan-nette": "^1.0",
4949
"phpstan/phpstan-phpunit": "^1.0",
5050
"phpstan/phpstan": "^1.0",
51-
"phpunit/phpunit": "^8.5 || ^9.5",
51+
"phpunit/phpunit": "^9.5",
5252
"squizlabs/php_codesniffer": "^3.6",
53-
"symfony/dotenv": "^5.0 || ^6.0 || ^7.0",
54-
"symfony/phpunit-bridge": "^5.0 || ^6.0 || ^7.0"
53+
"symfony/dotenv": "^7.0",
54+
"symfony/phpunit-bridge": "^7.0"
5555
},
5656
"config": {
5757
"sort-packages": true,

0 commit comments

Comments
 (0)