We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fc1af commit 027baecCopy full SHA for 027baec
3 files changed
README.md
@@ -5,6 +5,7 @@
5
PHP library for put all database result in cache
6
7
### Installation
8
+
9
[Release 4.0.0](https://github.com/not-empty/database-cache-php-lib/releases/tag/4.0.0) Requires [PHP](https://php.net) 7.4
10
11
[Release 3.0.0](https://github.com/not-empty/database-cache-php-lib/releases/tag/3.0.0) Requires [PHP](https://php.net) 7.3
composer.json
@@ -44,8 +44,8 @@
44
"ccu" : "php contrib/coverage-checker.php coverage/coverage.xml 100"
45
},
46
"require-dev": {
47
- "phpunit/phpunit": "^7.5",
48
- "mockery/mockery": "^1.3",
+ "phpunit/phpunit": "^9.6",
+ "mockery/mockery": "^1.6",
49
"squizlabs/php_codesniffer": "^3.7",
50
"phpmd/phpmd": "^2.14"
51
}
0 commit comments