Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move phpDocument to require section
  • Loading branch information
hkdobrev committed Feb 21, 2018
commit b9e54cb217d2887f9e70afb0bfbc1d8fd892fb5f
2 changes: 1 addition & 1 deletion src/Symfony/Component/PropertyInfo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
],
"require": {
"php": "^5.5.9|>=7.0.8",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/inflector": "~3.1|~4.0"
},
"require-dev": {
"symfony/serializer": "~2.8|~3.0|~4.0",
"symfony/cache": "~3.1|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"doctrine/annotations": "~1.0"
},
"conflict": {
Expand Down