Skip to content

Commit 17812f4

Browse files
committed
Testing
1 parent 9ea007f commit 17812f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^4.0|^5.1",
35-
"cache/integration-test": "0.7.0"
35+
"cache/integration-tests": "^0.7"
3636
},
3737
"provide": {
3838
"psr/cache-implementation": "^1.0"
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"autoload-dev": {
46-
"psr-4": {
46+
"psr-4": {
4747
"Cache\\Adapter\\Memcache\\Tests\\": "Tests/"
4848
},
4949
"exclude-from-classmap": [

0 commit comments

Comments
 (0)