Skip to content

Commit ab3e47d

Browse files
committed
Remove Psr\Cache
1 parent 0f1ca0c commit ab3e47d

11 files changed

Lines changed: 3 additions & 993 deletions

File tree

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@
1212
"ext-mbstring": "*",
1313
"kint-php/kint": "^3.3",
1414
"laminas/laminas-escaper": "^2.6",
15-
"psr/cache": "^1.0",
16-
"psr/log": "^1.1",
17-
"psr/simple-cache": "^1.0"
18-
},
19-
"provide": {
20-
"psr/cache-implementation": "^1.0",
21-
"psr/simple-cache-implementation": "^1.0"
15+
"psr/log": "^1.1"
2216
},
2317
"require-dev": {
24-
"cache/integration-tests": "^0.17.0",
2518
"codeigniter4/codeigniter4-standard": "^1.0",
2619
"fakerphp/faker": "^1.9",
2720
"mikey179/vfsstream": "^1.6",

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
<testsuite name="Database">
4444
<directory>./tests/system/Database</directory>
4545
</testsuite>
46-
<testsuite name="Psr">
47-
<directory>./tests/psr</directory>
48-
</testsuite>
4946
</testsuites>
5047

5148
<extensions>

system/Psr/Cache/CacheArgumentException.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

system/Psr/Cache/Item.php

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)