summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorRobert Lu <robberphex@gmail.com>2018-01-18 19:06:39 +0800
committerJames E. King III <jking@apache.org>2018-01-24 00:07:54 -0500
commitb03ca01cc9c46fc835174ab13b5a09f9cbf82249 (patch)
treee2e211481680b1d5dd52913376bc5787583069e3 /composer.json
parent8d96b3bbddb27aa4512031e0c923fe4c6865db07 (diff)
downloadthrift-b03ca01cc9c46fc835174ab13b5a09f9cbf82249.tar.gz
THRIFT-4460: Use PSR-2 as php library coding standard
Client: php This closes #1472
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index af0135df4..9a3833161 100644
--- a/composer.json
+++ b/composer.json
@@ -16,10 +16,11 @@
"issues": "https://issues.apache.org/jira/browse/THRIFT"
},
"require": {
- "php": ">=5.3.3"
+ "php": "^5.5 || ^7.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.8.36"
+ "phpunit/phpunit": "~4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"psr-4": {"Thrift\\": "lib/php/lib/"}