File tree Expand file tree Collapse file tree 4 files changed +3959
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3959
-5
lines changed Original file line number Diff line number Diff line change 77* .yml text eol =lf
88* .dist text eol =lf
99LICENSE text eol =lf
10+ test export-ignore
11+ .gitattributes export-ignore
12+ .gitignore export-ignore
13+ composer.lock export-ignore
14+ infection.json.dist export-ignore
15+ phpunit.xml.dist export-ignore
16+ renovate.json export-ignore
Original file line number Diff line number Diff line change 11vendor /
2- composer.lock
32phpunit.xml
43infection.json
54infection-log.txt
Original file line number Diff line number Diff line change 33 "description" : " Doctrine Cache adapter for PSR-16 Simple Cache" ,
44 "type" : " library" ,
55 "require" : {
6- "php" : " ^7.4 || ~8.0.0 || ~8.1.0" ,
6+ "php" : " ~8.0.0 || ~8.1.0" ,
77 "doctrine/cache" : " ^1.7" ,
88 "psr/simple-cache" : " ^1.0"
99 },
4040 "psr/simple-cache-implementation" : " 1.0"
4141 },
4242 "config" : {
43- "preferred-install" : " dist" ,
44- "sort-packages" : true ,
4543 "allow-plugins" : {
4644 "ocramius/package-versions" : true ,
4745 "infection/extension-installer" : true
48- }
46+ },
47+ "platform" : {
48+ "php" : " 8.0.99"
49+ },
50+ "sort-packages" : true
4951 },
5052 "minimum-stability" : " dev" ,
5153 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments