Skip to content

Commit 3955b6a

Browse files
authored
Merge pull request #237 from PHPCSStandards/feature/update-composer-version-constraints
Composer: update version constraints
2 parents ef8a70b + c633096 commit 3955b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require" : {
2323
"php" : ">=5.4",
2424
"squizlabs/php_codesniffer" : "^3.7.1",
25-
"phpcsstandards/phpcsutils" : "^1.0"
25+
"phpcsstandards/phpcsutils" : "^1.0.6"
2626
},
2727
"require-dev" : {
2828
"php-parallel-lint/php-parallel-lint": "^1.3.2",
2929
"php-parallel-lint/php-console-highlighter": "^1.0",
30-
"phpcsstandards/phpcsdevcs": "^1.1.5",
31-
"phpcsstandards/phpcsdevtools": "^1.2.0",
30+
"phpcsstandards/phpcsdevcs": "^1.1.6",
31+
"phpcsstandards/phpcsdevtools": "^1.2.1",
3232
"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0"
3333
},
3434
"extra": {

0 commit comments

Comments
 (0)