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
Nicolas Grekas 3221949249 Merge branch '4.4' into 5.2
* 4.4:
  Fix tests
2021-06-30 16:08:26 +02:00

14 lines
346 B
JSON

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