Skip to content

Commit 40a1de4

Browse files
committed
Merge pull request #12 from Nyholm/patch-2
Prepare for releasing 0.2
2 parents 60c6906 + db19909 commit 40a1de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ script:
2424
- php vendor/bin/phpunit
2525

2626
after_success:
27-
- codecov
27+
- codecov

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^5.5|^7",
2222
"symfony/framework-bundle": "^2.6|^3.0",
23-
"cache/doctrine-adapter": "^0.1"
23+
"cache/doctrine-adapter": "^0.2"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "5.0.*|^4.0",

0 commit comments

Comments
 (0)