minor #31924 [Workflow] Removed un-used dependency in composer.json (lyrixx)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[Workflow] Removed un-used dependency in composer.json

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

---

I forgot to remove this deps in #31824

Commits
-------

28f2dac3c7 [Workflow] Removed un-used dependency in composer.json
This commit is contained in:
Fabien Potencier 2019-06-07 12:11:48 +02:00
commit 1af3952914

View File

@ -20,8 +20,7 @@
}
],
"require": {
"php": "^7.2.9",
"symfony/property-access": "^4.4|^5.0"
"php": "^7.2.9"
},
"require-dev": {
"psr/log": "~1.0",