Skip to content

Commit 280aa05

Browse files
chore: update symfony/http-foundation requirement (estahn#31)
Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/commits/v5.3.2) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 999ef0c commit 280aa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"phpunit/phpunit": "^9",
2323
"codacy/coverage": "dev-master",
24-
"symfony/http-foundation": "^2.8|^3.0"
24+
"symfony/http-foundation": "^2.8|^3.0|^5.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)