Skip to content

Commit 91b8d5e

Browse files
committed
Merge pull request #9 from Nyholm/insight
Insight fixes
2 parents 4e31423 + 58d3902 commit 91b8d5e

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

.travis.yml

100755100644
File mode changed.

LICENSE

100755100644
File mode changed.

README.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Doctrine Adapter Bundle
2-
[![Build Status](https://travis-ci.org/php-cache/doctrine-adapter-bundle.png?branch=master)](https://travis-ci.org/php-cache/doctrine-adapter-bundle)
2+
[![Build Status](https://travis-ci.org/php-cache/doctrine-adapter-bundle.png?branch=master)](https://travis-ci.org/php-cache/doctrine-adapter-bundle) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/5b4a0e25-8b81-44b1-8c99-2d2d387939e1/mini.png)](https://insight.sensiolabs.com/projects/5b4a0e25-8b81-44b1-8c99-2d2d387939e1)
33

44
This bundle helps you configurate and register PSR-6 cache services. The bundle uses Doctrine as cache implementation
55
with help from [DoctrineAdapter] to make it PSR-6 complient.

composer.json

100755100644
File mode changed.

phpunit.xml.dist

100755100644
File mode changed.

src/DependencyInjection/Configuration.php

100755100644
File mode changed.

src/DependencyInjection/DoctrineAdapterExtension.php

100755100644
File mode changed.

src/DoctrineAdapterBundle.php

100755100644
File mode changed.

src/ProviderHelper/Memcached.php

100755100644
File mode changed.

src/Resources/config/services.yml

100755100644
File mode changed.

0 commit comments

Comments
 (0)