Skip to content

Commit 51468fa

Browse files
committed
Finished Dynamodb driver
1 parent 3453536 commit 51468fa

15 files changed

Lines changed: 346 additions & 1522 deletions

.gitattributes

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/tests export-ignore
22
/docs/examples export-ignore
3-
/bin/ci export-ignore
4-
/bin/stubs export-ignore
3+
/bin export-ignore
54
/.github export-ignore
65
.gitattributes export-ignore
76
.gitignore export-ignore
@@ -15,4 +14,9 @@ CODING_GUIDELINE.md export-ignore
1514
phpunit.xml.dist export-ignore
1615
phpcs.xml.dist export-ignore
1716
composer.lock export-ignore
17+
quality.bat export-ignore
18+
phpstan.neon export-ignore
19+
phpstan_lite.neon export-ignore
20+
phpcs.xml export-ignore
21+
phpmd.xml export-ignore
1822
CNAME export-ignore

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Renamed `Api::getPhpFastCacheVersion()` to `Api::getPhpfastcacheVersion()`
88
- Renamed `Api::getPhpFastCacheChangelog()` to `Api::getPhpfastcacheChangelog()`
99
- Renamed `Api::getPhpFastCacheGitHeadHash()` to `Api::getPhpfastcacheGitHeadHash()`
10+
- __Cluster__
11+
- Renamed `\Phpfastcache\Cluster\AggregatorInterface::aggregateNewDriver()` to `\Phpfastcache\Cluster\AggregatorInterface::aggregateDriverByName()`
1012
- __Global__
1113
- Removed magics methods from CacheManager `CacheManager::DriverName()`, use `CacheManager::getInstance('DriverName')` instead
1214
- Slightly increased performances on some critical points of the library

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@
2323
"psr/cache": "^3.0",
2424
"psr/simple-cache": "^1.0.",
2525
"ext-mbstring": "*",
26-
"ext-json": "*",
27-
"doctrine/couchdb": "dev-master",
28-
"phpfastcache/phpssdb": "~1.1.0",
29-
"predis/predis": "~1.1.0",
30-
"mongodb/mongodb": "1.9",
31-
"triagens/arangodb": "3.8",
32-
"aws/aws-sdk-php": "~3.0",
33-
"symfony/var-dumper": "^5.3"
26+
"ext-json": "*"
3427
},
3528
"require-dev": {
3629
"league/climate": "^3.5",

0 commit comments

Comments
 (0)