Skip to content

Commit

Permalink
Add support for symfony 7.1 (#8)
Browse files Browse the repository at this point in the history
* Add support for symfony 7.1
* Drop 4.4 support
  • Loading branch information
kimpepper authored Jun 4, 2024
1 parent 139abd9 commit 12bf879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1",
"ext-json": "*",
"symfony/property-access": "^4.4|^5.4|^6.2",
"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"
},
"require-dev": {
"drupal/coder": "^8.3.16",
"phpunit/phpunit": "^9.5.28",
"phpspec/prophecy": "^1.16",
"symfony/phpunit-bridge": "^5.4"
"symfony/phpunit-bridge": "^5.4|^6.2|^7.1"
},
"autoload": {
"psr-4": {"PNX\\Prometheus\\": "src/"}
Expand Down

0 comments on commit 12bf879

Please sign in to comment.