Skip to content

Commit ecaa430

Browse files
allow Symfony 8 components (#94)
### What: - [ ] Bug Fix - [x] New Feature ### Description: allow the package to be used with version 8 of Symfony components ### Related: Widening the accepted releases of the Symfony Console component will allow us to already test the Symfony AI packages with the upcoming Symfony 8 major release (see symfony/ai#277)
2 parents 0996da7 + 2c51970 commit ecaa430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"rindow/rindow-matlib-ffi": "^1.1",
2424
"rindow/rindow-openblas-ffi": "^1.0",
2525
"rokka/imagine-vips": "^0.40",
26-
"symfony/console": "^6.4|^7.0"
26+
"symfony/console": "^6.4|^7.0|^8.0"
2727
},
2828
"require-dev": {
2929
"ffi/var-dumper": "^1.0",
3030
"pestphp/pest": "^2.36.0|^3.5.0",
31-
"symfony/var-dumper": "^6.4.11|^7.1.5"
31+
"symfony/var-dumper": "^6.4.11|^7.1.5|^8.0"
3232
},
3333
"suggest": {
3434
"ext-imagick": "Required to use the Imagick Driver for image processing",
@@ -78,4 +78,4 @@
7878
"windows-x86_64": "https://github.com/codewithkyrian/transformers-php/releases/download/{version}/dist-windows-x86_64.zip"
7979
}
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)