Skip to content

Commit

Permalink
Merge pull request #237 from PHPCSStandards/feature/update-composer-v…
Browse files Browse the repository at this point in the history
…ersion-constraints

Composer: update version constraints
  • Loading branch information
jrfnl authored Jun 17, 2023
2 parents ef8a70b + c633096 commit 3955b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"require" : {
"php" : ">=5.4",
"squizlabs/php_codesniffer" : "^3.7.1",
"phpcsstandards/phpcsutils" : "^1.0"
"phpcsstandards/phpcsutils" : "^1.0.6"
},
"require-dev" : {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0",
"phpcsstandards/phpcsdevcs": "^1.1.5",
"phpcsstandards/phpcsdevtools": "^1.2.0",
"phpcsstandards/phpcsdevcs": "^1.1.6",
"phpcsstandards/phpcsdevtools": "^1.2.1",
"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0"
},
"extra": {
Expand Down

0 comments on commit 3955b6a

Please sign in to comment.