We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139abd9 commit 12bf879Copy full SHA for 12bf879
composer.json
@@ -9,16 +9,16 @@
9
}
10
],
11
"require": {
12
- "php": "^8.1|^8.2",
+ "php": "^8.1",
13
"ext-json": "*",
14
- "symfony/property-access": "^4.4|^5.4|^6.2",
15
- "symfony/serializer": "^4.4|^5.4|^6.2"
+ "symfony/property-access": "^5.4|^6.2|^7.1",
+ "symfony/serializer": "^5.4|^6.2|^7.1"
16
},
17
"require-dev": {
18
"drupal/coder": "^8.3.16",
19
"phpunit/phpunit": "^9.5.28",
20
"phpspec/prophecy": "^1.16",
21
- "symfony/phpunit-bridge": "^5.4"
+ "symfony/phpunit-bridge": "^5.4|^6.2|^7.1"
22
23
"autoload": {
24
"psr-4": {"PNX\\Prometheus\\": "src/"}
0 commit comments