Merge pull request #2846 from greg0ire/validate_options
Validate options
Showing
... | ... | @@ -17,16 +17,20 @@ |
"doctrine/common": "^2.7.1" | ||
}, | ||
"require-dev": { | ||
"doctrine/coding-standard": "^1.0", | ||
"phpunit/phpunit": "^6.3", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"squizlabs/php_codesniffer": "^3.0", | ||
"symfony/console": "2.*||^3.0", | ||
"doctrine/coding-standard": "^1.0", | ||
"squizlabs/php_codesniffer": "^3.0" | ||
"symfony/phpunit-bridge": "^3.3" | ||
}, | ||
"suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
}, | ||
"bin": ["bin/doctrine-dbal"], | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"autoload": { | ||
"psr-0": { "Doctrine\\DBAL\\": "lib/" } | ||
}, | ||
... | ... |
Please register or sign in to comment