Merge pull request #2965 from Majkl578/ci/cs-stable
Update Doctrine CS requirement
Showing
... | @@ -17,10 +17,9 @@ | ... | @@ -17,10 +17,9 @@ |
"doctrine/common": "^2.7.1" | "doctrine/common": "^2.7.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"doctrine/coding-standard": "^1.0", | "doctrine/coding-standard": "~2.0.0", | ||
"phpunit/phpunit": "^6.3", | "phpunit/phpunit": "^6.3", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"squizlabs/php_codesniffer": "^3.0", | |||
"symfony/console": "^2.0.5||^3.0", | "symfony/console": "^2.0.5||^3.0", | ||
"symfony/phpunit-bridge": "^3.3" | "symfony/phpunit-bridge": "^3.3" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment