Skip to content

Commit e642f8c

Browse files
committed
Attempt at passing CI by fixing symfony/validator to non problematic versions
1 parent 1fe2f9c commit e642f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prefer-stable": true,
1313
"require": {
1414
"php": ">=8.0",
15-
"symfony/validator": ">=4.4.40"
15+
"symfony/validator": "^5.4.43 || ^6.4.11 || ^7.1.4 || ^8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.0.3"

0 commit comments

Comments
 (0)