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 7
7
* .yml text eol =lf
8
8
* .dist text eol =lf
9
9
LICENSE 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 1
1
vendor /
2
- composer.lock
3
2
phpunit.xml
4
3
infection.json
5
4
infection-log.txt
Original file line number Diff line number Diff line change 3
3
"description" : " Doctrine Cache adapter for PSR-16 Simple Cache" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
- "php" : " ^7.4 || ~8.0.0 || ~8.1.0" ,
6
+ "php" : " ~8.0.0 || ~8.1.0" ,
7
7
"doctrine/cache" : " ^1.7" ,
8
8
"psr/simple-cache" : " ^1.0"
9
9
},
40
40
"psr/simple-cache-implementation" : " 1.0"
41
41
},
42
42
"config" : {
43
- "preferred-install" : " dist" ,
44
- "sort-packages" : true ,
45
43
"allow-plugins" : {
46
44
"ocramius/package-versions" : true ,
47
45
"infection/extension-installer" : true
48
- }
46
+ },
47
+ "platform" : {
48
+ "php" : " 8.0.99"
49
+ },
50
+ "sort-packages" : true
49
51
},
50
52
"minimum-stability" : " dev" ,
51
53
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments