Skip to content

Commit 027baec

Browse files
committed
version php74 adjustments
1 parent 12fc1af commit 027baec

3 files changed

Lines changed: 919 additions & 622 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
PHP library for put all database result in cache
66

77
### Installation
8+
89
[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
910

1011
[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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"ccu" : "php contrib/coverage-checker.php coverage/coverage.xml 100"
4545
},
4646
"require-dev": {
47-
"phpunit/phpunit": "^7.5",
48-
"mockery/mockery": "^1.3",
47+
"phpunit/phpunit": "^9.6",
48+
"mockery/mockery": "^1.6",
4949
"squizlabs/php_codesniffer": "^3.7",
5050
"phpmd/phpmd": "^2.14"
5151
}

0 commit comments

Comments
 (0)