Skip to content

Commit de2cf93

Browse files
committed
move phpunit to require dev
1 parent e4d51dc commit de2cf93

File tree

2 files changed

+815
-886
lines changed

2 files changed

+815
-886
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "mressex/cache",
3+
"description": "Different PSR-16 cache implementations",
4+
"license": "MIT",
35
"type": "library",
4-
"description": "Different PSR-16 cache implementations ",
56
"keywords": [
67
"Cache",
78
"Caching"
89
],
9-
"license": "MIT",
1010
"authors": [
1111
{
1212
"name": "Kyle Essex"
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.4",
16+
"php": "^7.4 || ^8.0",
1717
"ext-apcu": "*",
18-
"phpunit/phpunit": "^9.5.2",
1918
"psr/simple-cache": "^1.0"
2019
},
21-
"provide": {
22-
"psr/simple-cache-implementation": "^1.0"
23-
},
2420
"require-dev": {
21+
"phpunit/phpunit": "^9.5.2",
2522
"roave/security-advisories": "dev-master"
2623
},
24+
"provide": {
25+
"psr/simple-cache-implementation": "^1.0"
26+
},
2727
"autoload": {
2828
"psr-4": {
2929
"MrEssex\\FileCache\\": "src",

0 commit comments

Comments
 (0)