Skip to content

Commit 12bf879

Browse files
authored
Add support for symfony 7.1 (#8)
* Add support for symfony 7.1 * Drop 4.4 support
1 parent 139abd9 commit 12bf879

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.1|^8.2",
12+
"php": "^8.1",
1313
"ext-json": "*",
14-
"symfony/property-access": "^4.4|^5.4|^6.2",
15-
"symfony/serializer": "^4.4|^5.4|^6.2"
14+
"symfony/property-access": "^5.4|^6.2|^7.1",
15+
"symfony/serializer": "^5.4|^6.2|^7.1"
1616
},
1717
"require-dev": {
1818
"drupal/coder": "^8.3.16",
1919
"phpunit/phpunit": "^9.5.28",
2020
"phpspec/prophecy": "^1.16",
21-
"symfony/phpunit-bridge": "^5.4"
21+
"symfony/phpunit-bridge": "^5.4|^6.2|^7.1"
2222
},
2323
"autoload": {
2424
"psr-4": {"PNX\\Prometheus\\": "src/"}

0 commit comments

Comments
 (0)