Skip to content

Commit

Permalink
Merge pull request #4688 from MGatner/strip-psr
Browse files Browse the repository at this point in the history
Remove Psr\Cache
  • Loading branch information
MGatner committed May 15, 2021
2 parents 0f1ca0c + ab3e47d commit a4c88d3
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 993 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,9 @@
"ext-mbstring": "*",
"kint-php/kint": "^3.3",
"laminas/laminas-escaper": "^2.6",
"psr/cache": "^1.0",
"psr/log": "^1.1",
"psr/simple-cache": "^1.0"
},
"provide": {
"psr/cache-implementation": "^1.0",
"psr/simple-cache-implementation": "^1.0"
"psr/log": "^1.1"
},
"require-dev": {
"cache/integration-tests": "^0.17.0",
"codeigniter4/codeigniter4-standard": "^1.0",
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<testsuite name="Database">
<directory>./tests/system/Database</directory>
</testsuite>
<testsuite name="Psr">
<directory>./tests/psr</directory>
</testsuite>
</testsuites>

<extensions>
Expand Down
20 changes: 0 additions & 20 deletions system/Psr/Cache/CacheArgumentException.php

This file was deleted.

266 changes: 0 additions & 266 deletions system/Psr/Cache/Item.php

This file was deleted.

0 comments on commit a4c88d3

Please sign in to comment.