Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-09-28 12:29:01 +0300
committerMichal Čihař <michal@cihar.com>2017-09-28 12:29:01 +0300
commit7139bcff1e4b9f5da10632b17dbccc1961e883bc (patch)
treecfb3fbbef0f8d70e4d7c6696e5a58cdf80d393d3 /composer.json
parentc7b721da960a84240f1bbea23eb59c99cc754b01 (diff)
Adjust codesniffer dependency
See https://github.com/phpmyadmin/coding-standard/issues/3 and https://github.com/phpmyadmin/coding-standard/pull/5 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 56507f2218..926d7221c6 100644
--- a/composer.json
+++ b/composer.json
@@ -75,7 +75,7 @@
"phpunit/phpunit": "~4.1",
"codacy/coverage": "dev-master",
"phpunit/phpunit-selenium": "~1.2",
- "squizlabs/php_codesniffer": "2.*",
+ "squizlabs/php_codesniffer": "^3.0",
"tecnickcom/tcpdf": "^6.2",
"phpmyadmin/coding-standard": "^0.3"
},