From ecb1a6cab1dd265a99cf7feb36d9abc48eb5de87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 May 2018 06:04:50 +0200 Subject: update to 1.8.0 (no change) boostrap build using phpunit6 (rely on include_path) fix autoloader to avoid duplicate definition --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit