summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-30 06:04:50 +0200
committerRemi Collet <remi@remirepo.net>2018-05-30 06:04:50 +0200
commitecb1a6cab1dd265a99cf7feb36d9abc48eb5de87 (patch)
treedebebd0a0370477ada1bd56de2894e71e4f1cd1f /composer.json
parentfb536d638ba1c51a3e5fbeba6e9e05b171e68435 (diff)
update to 1.8.0 (no change)
boostrap build using phpunit6 (rely on include_path) fix autoloader to avoid duplicate definition
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d5d3a77..4108a23 100644
--- a/composer.json
+++ b/composer.json
@@ -21,12 +21,15 @@
},
"require": {
- "php": "^5.6 || ^7.0"
+ "php": "^7.1"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
- "phpunit/phpunit": "^4.1"
+ "phpunit/phpunit": "^7.1"
+ },
+ "replace": {
+ "myclabs/deep-copy": "self.version"
},
"config": {