This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.github/composer-config.json
Oskar Stark a7979c44de [Translation] Use proven DSN class from Notifier
This class is already in use, no need to introduce it as experimental
2021-04-27 11:00:44 +02:00

15 lines
380 B
JSON

{
"config": {
"platform-check": false,
"preferred-install": {
"symfony/form": "source",
"symfony/http-kernel": "source",
"symfony/messenger": "source",
"symfony/notifier": "source",
"symfony/translation": "source",
"symfony/validator": "source",
"*": "dist"
}
}
}