Skip to content

Commit

Permalink
Composer: update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jun 17, 2023
1 parent ef8a70b commit c633096
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 c633096

Please sign in to comment.