Skip to content

Commit 5115de1

Browse files
Update symfony/http-kernel requirement from ^5.4|^6.0 to ^6.1.3
Updates the requirements on [symfony/http-kernel](https://github.com/symfony/http-kernel) to permit the latest version. - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/commits/v6.1.3) --- updated-dependencies: - dependency-name: symfony/http-kernel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c7b2fd commit 5115de1

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
@@ -68,7 +68,7 @@
6868
"symfony/console": "^5.4|^6.0",
6969
"symfony/dependency-injection": "^6.1.3",
7070
"symfony/event-dispatcher": "^5.4|^6.0",
71-
"symfony/http-kernel": "^5.4|^6.0",
71+
"symfony/http-kernel": "^6.1.3",
7272
"symfony/polyfill-mbstring": "^1.12"
7373
},
7474
"require-dev": {

0 commit comments

Comments
 (0)