summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index aaab8b5..9b671ef 100644
--- a/composer.json
+++ b/composer.json
@@ -6,19 +6,19 @@
"license": "Apache-2.0",
"authors": [
{ "name": "Andreas Braun", "email": "andreas.braun@mongodb.com" },
- { "name": "Jeremy Mikola", "email": "jmikola@gmail.com" },
- { "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" }
+ { "name": "Jeremy Mikola", "email": "jmikola@gmail.com" }
],
"require": {
- "php": "^5.6 || ^7.0",
+ "php": "^7.0",
"ext-hash": "*",
"ext-json": "*",
- "ext-mongodb": "^1.7"
+ "ext-mongodb": "^1.8",
+ "jean85/pretty-package-versions": "^1.2"
},
"require-dev": {
- "phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
- "sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
- "squizlabs/php_codesniffer": "^3.4",
+ "phpunit/phpunit": "^6.4 || ^8.3",
+ "sebastian/comparator": "^2.0 || ^3.0",
+ "squizlabs/php_codesniffer": "^3.5, <3.5.5",
"symfony/phpunit-bridge": "^4.4@dev"
},
"autoload": {
@@ -30,7 +30,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.6.x-dev"
+ "dev-master": "1.7.x-dev"
}
}
}