Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jul 7, 2020
1 parent c13eccc commit 5200134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,9 +16,9 @@
"issues": "https://github.com/phpmyadmin/coding-standard/issues"
},
"require": {
"php": "^7.1",
"doctrine/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.4.0"
"php": ">=7.1",
"doctrine/coding-standard": "^8.1",
"squizlabs/php_codesniffer": "^3.5.5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 5200134

Please sign in to comment.