Skip to content

Commit b5067aa

Browse files
committed
Merge pull request #24 from Nyholm/insight
Insight fixes
2 parents e850831 + 12860e9 commit b5067aa

18 files changed

+3
-3
lines changed

.gitignore

100755100644
File mode changed.

.travis.yml

100755100644
File mode changed.

LICENSE

100755100644
File mode changed.

README.md

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PHP-Cache cache-bundle
2-
[![Build Status](https://travis-ci.org/php-cache/cache-bundle.png?branch=master)](https://travis-ci.org/php-cache/cache-bundle)
2+
[![Build Status](https://travis-ci.org/php-cache/cache-bundle.png?branch=master)](https://travis-ci.org/php-cache/cache-bundle) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/ea12a1b3-09c9-4f0a-9a2c-63d72b47db5a/mini.png)](https://insight.sensiolabs.com/projects/ea12a1b3-09c9-4f0a-9a2c-63d72b47db5a)
33

44
#### Cache Bundle for Symfony 2.6 and above
55

@@ -144,4 +144,4 @@ Create an issue if you've found a bug, or ping one of us on twitter: @aequasi or
144144

145145

146146
[DoctrineAdapterBundle]:https://github.com/php-cache/doctrine-adapter-bundle
147-
[DoctrineBridge]:https://github.com/php-cache/doctrine-bridge
147+
[DoctrineBridge]:https://github.com/php-cache/doctrine-bridge

composer.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"Cache\\CacheBundle\\Tests\\": "tests/"
4949
}
5050
}
51-
}
51+
}

phpunit.xml.dist

100755100644
File mode changed.

src/Cache/LoggingCachePool.php

100755100644
File mode changed.

src/CacheBundle.php

100755100644
File mode changed.

src/Command/CacheFlushCommand.php

100755100644
File mode changed.

src/DataCollector/CacheDataCollector.php

100755100644
File mode changed.

0 commit comments

Comments
 (0)