Skip to content

Commit af3f617

Browse files
committed
Temporarily pin symfony/http-foundation to < 6 to fix tests on PHP 8+
1 parent 02b6c97 commit af3f617

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
3636
}
3737
, "require-dev": {
38-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
38+
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
39+
"symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0"
3940
}
4041
}

0 commit comments

Comments
 (0)