minor #28332 Autoload symfony/contracts from the local repository (nicolas-grekas)

This PR was merged into the 4.2-dev branch.

Discussion
----------

Autoload symfony/contracts from the local repository

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Required to have local changes on Contracts available while working on a PR.

Commits
-------

de6329a7d9 Autoload symfony/contracts from the local repository
This commit is contained in:
Nicolas Grekas 2018-09-01 18:52:41 +02:00
commit 39bad6871f

View File

@ -135,6 +135,12 @@
"autoload-dev": {
"files": [ "src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
},
"repositories": [
{
"type": "path",
"url": "src/Symfony/Contracts"
}
],
"minimum-stability": "dev",
"extra": {
"branch-alias": {