Skip to content

Commit

Permalink
Issue #86: Bump symfony/* versions to ^7.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Oct 27, 2024
1 parent aef2b11 commit 3848b76
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 @@
"ock/di-discovery": "self.version",
"ock/helpers": "self.version",
"psr/log": "^1.1.4|^2.0|^3.0",
"symfony/config": "^6.4"
"symfony/config": "^7.5.1"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"ock/testing": "self.version",
"phpunit/phpunit": "^9.5",
"symfony/dependency-injection": "^6.4",
"symfony/expression-language": "^6.4",
"symfony/yaml": "^6.2"
"symfony/dependency-injection": "^7.5.1",
"symfony/expression-language": "^7.5.1",
"symfony/yaml": "^7.5.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 3848b76

Please sign in to comment.