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

13 lines
292 B
JSON
Raw Normal View History

{
"config": {
2020-10-26 10:17:41 +00:00
"platform-check": false,
"preferred-install": {
"symfony/form": "source",
"symfony/http-kernel": "source",
2020-12-14 14:45:03 +00:00
"symfony/notifier": "source",
"symfony/validator": "source",
"*": "dist"
}
}
}