Skip to content

Commit 0443c12

Browse files
Allow using library with Symfony 6.4 LTS (#3)
Co-authored-by: Alexander Grimalovsky <[email protected]>
1 parent ae55903 commit 0443c12

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
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^8.1",
2525
"intervention/image": "^3.5",
26-
"symfony/framework-bundle": "^7"
26+
"symfony/framework-bundle": "^6.4|^7"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)