summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 9 insertions, 3 deletions
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": {