File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 77* .gz
88
99composer.phar
10+ composer.lock
1011vendor
1112
1213.buildpath
@@ -19,4 +20,5 @@ tests/unit/coverage/*
1920! tests /unit /coverage /.gitkeep
2021
2122.phpunit.result.cache
22- tests /unit /.phpunit.result.cache
23+ tests /unit /.phpunit.result.cache
24+ .aider *
Original file line number Diff line number Diff line change 2929 }
3030 },
3131 "require" : {
32- "php" : " >=7 .3" ,
32+ "php" : " >=8 .3" ,
3333 "g4/mcache" : " *" ,
34- "laminas/laminas-cache" : " *" ,
35- "laminas/laminas-session" : " *"
34+ "laminas/laminas-cache" : " ^3.12.0" ,
35+ "laminas/laminas-session" : " ^2.17.0" ,
36+ "laminas/laminas-cache-storage-deprecated-factory" : " ^1.0" ,
37+ "laminas/laminas-cache-storage-adapter-memcached" : " ^2.5.0|^3.0.0"
3638 },
3739 "require-dev" : {
3840 "phpunit/phpunit" : " 9.*" ,
5961 " ./vendor/bin/phpcbf --colors --standard=PSR2 src/"
6062 ]
6163 }
62- }
64+ }
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private function getSaveHandler()
175175 {
176176 return $ this ->getOptions ()['adapter ' ]['name ' ] === self ::COUCHBASE
177177 ? new Couchbase ($ this ->getOptions ()['adapter ' ]['options ' ])
178- : new Cache (StorageFactory::factory ($ this ->getOptions ()));
178+ : new Cache (\ Laminas \ Cache \ StorageFactory::factory ($ this ->getOptions ()));
179179 }
180180
181181 // @todo: Drasko: write our own memcached adapter!
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44bootstrap=" bootstrap.php"
55colors=" true"
66cacheResult=" false"
7- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/9.3 /phpunit.xsd"
7+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/9.5 /phpunit.xsd"
88>
99<coverage >
1010 <include >
@@ -15,4 +15,4 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
1515<testsuite name =" Unit Test Suite" >
1616 <directory >./src</directory >
1717</testsuite >
18- </phpunit >
18+ </phpunit >
You can’t perform that action at this time.
0 commit comments