Skip to content

Commit fc7e9f8

Browse files
committed
fix http-kernel version
1 parent d7d7467 commit fc7e9f8

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
@@ -7,7 +7,7 @@
77
"require": {
88
"php": ">=8.1",
99
"symfony/console": "^6.1",
10-
"symfony/http-kernel": "6.3.x-dev"
10+
"symfony/http-kernel": "^6.1"
1111
},
1212
"license": "MIT",
1313
"autoload": {

0 commit comments

Comments
 (0)