1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 22:29:15 +01:00

Update Symfony components to v4 (#2407)

This matches the Symfony dependencies of our laravel dependencies.
This commit is contained in:
Daniël Klabbers 2020-10-27 22:12:36 +01:00 committed by GitHub
parent c9a04fe009
commit 24b7a21507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,11 +76,11 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"s9e/text-formatter": "^2.3.6",
"symfony/config": "^3.3",
"symfony/console": "^4.2",
"symfony/event-dispatcher": "^4.3.2",
"symfony/translation": "^3.3",
"symfony/yaml": "^3.3",
"symfony/config": "^4.3.4",
"symfony/console": "^4.3.4",
"symfony/event-dispatcher": "^4.3.4",
"symfony/translation": "^4.3.4",
"symfony/yaml": "^4.3.4",
"tobscure/json-api": "^0.3.0",
"wikimedia/less.php": "^3.0"
},