Skip to content

Commit bd5f4e1

Browse files
committed
Merge pull request #6 from aequasi/master
Version changes
2 parents 871fc8d + db82885 commit bd5f4e1

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ matrix:
99

1010
sudo: false
1111

12-
services:
13-
- memcached
14-
1512
before_install:
1613
- phpenv config-rm xdebug.ini
1714
- pip install --user codecov

composer.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,18 @@
2323
}
2424
],
2525
"require": {
26-
"psr/cache": "dev-master",
27-
"cache/taggable-cache": "dev-master",
28-
"doctrine/cache": "^1.3"
26+
"psr/cache": "1.0.x-dev",
27+
"cache/taggable-cache": "^0.1",
28+
"doctrine/cache": "^1.3"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^5.1|^4.0",
32-
"mockery/mockery": "^0.9.4",
33-
"cache/integration-tests": "dev-master"
31+
"phpunit/phpunit": "^5.1|^4.0",
32+
"mockery/mockery": "^0.9.4",
33+
"cache/integration-tests": "^0.1"
3434
},
3535
"provide": {
3636
"psr/cache-implementation": "1.0.0"
3737
},
38-
"repositories": [
39-
{
40-
"type": "git",
41-
"url": "https://github.com/php-fig/cache.git"
42-
}
43-
],
4438
"autoload": {
4539
"psr-4": {
4640
"Cache\\Doctrine\\": "src/"

0 commit comments

Comments
 (0)