Skip to content

Commit c545a76

Browse files
committed
Drop SF4 support, allow SF7
1 parent 3337e9f commit c545a76

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "openconext/monitor-bundle",
33
"type": "symfony-bundle",
4-
"description": "A Symfony 4/5/6 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
4+
"description": "A Symfony 5/6/7 bundle that facilitates health and info endpoints to a Symfony application.",
55
"keywords": ["SURFnet", "StepUp", "OpenConext", "monitoring", "health"],
66
"license": "Apache-2.0",
77
"minimum-stability": "stable",
88
"require": {
9-
"php": ">=7.2, <9.0-dev",
10-
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
11-
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
9+
"php": ">=8.2, <9.0-dev",
10+
"symfony/dependency-injection": "^5.4|^6.3|^7.0",
11+
"symfony/framework-bundle": "^5.4|^6.3|^7.0",
1212
"doctrine/orm": "^2.9",
1313
"webmozart/assert": "^1.10"
1414
},
@@ -18,7 +18,7 @@
1818
"matthiasnoback/symfony-config-test": "^4.3",
1919
"phpdocumentor/reflection-docblock": "^5.2",
2020
"phpunit/php-token-stream": "^3.1.3|^4.0.4",
21-
"phpunit/phpunit": "^8.5|^9.0",
21+
"phpunit/phpunit": "^9.6|^10.4",
2222
"sebastian/phpcpd": "^4.1|^5.0|^6.0",
2323
"squizlabs/php_codesniffer": "^3.6",
2424
"malukenho/docheader": "^0.1.8",

0 commit comments

Comments
 (0)