Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 02b7c45

Browse files
authored
Update dependencies to support Symfony 5 (#161)
1 parent 6315778 commit 02b7c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"ext-json": "*",
4545
"ext-pcre": "*",
4646
"justinrainbow/json-schema": "^5.0",
47-
"symfony/yaml": "^3.0|^4.0",
48-
"symfony/routing": "^3.0|^4.0",
47+
"symfony/yaml": "^3.0|^4.0|^5.0",
48+
"symfony/routing": "^3.0|^4.0|^5.0",
4949
"oodle/inflect": "^0.2",
5050
"psr/http-message": "^1.0",
5151
"willdurand/negotiation": "^2.2.1"

0 commit comments

Comments
 (0)