From 86c7f151c70a6e80ab92dafab7572060d1e2fa4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Nov 2018 13:53:45 +0100 Subject: update to 1.3.4 (no change) sources from git snapshot use phpunit7 --- composer.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 50cf129..2b9696c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doctrine/doctrine-cache-bundle", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org", "description": "Symfony Bundle for Doctrine Cache", "keywords": ["cache", "caching"], "type": "symfony-bundle", @@ -38,7 +38,7 @@ "doctrine/cache": "^1.4.2" }, "require-dev": { - "phpunit/phpunit": "~4|~5", + "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", "symfony/yaml": "~2.7|~3.3|~4.0", "symfony/validator": "~2.7|~3.3|~4.0", @@ -57,7 +57,13 @@ "symfony/security-acl": "For using this bundle to cache ACLs" }, "autoload": { - "psr-4": { "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" } + "psr-4": { "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "autoload-dev": { + "psr-4": { "Doctrine\\Bundle\\DoctrineCacheBundle\\Tests\\": "Tests" } }, "extra": { "branch-alias": { -- cgit