File tree Expand file tree Collapse file tree 4 files changed +17
-2623
lines changed Expand file tree Collapse file tree 4 files changed +17
-2623
lines changed Original file line number Diff line number Diff line change
1
+ .github export-ignore
2
+ .gitattributes export-ignore
3
+ .gitignore export-ignore
4
+ CONDUCT.md export-ignore
5
+ CONTRIBUTING.md export-ignore
6
+ ISSUE_TEMPLATE.md export-ignore
7
+ LICENSE.md export-ignore
8
+ PULL_REQUEST_TEMPLATE.md export-ignore
9
+ README.md export-ignore
10
+ tests export-ignore
11
+ benchmarks export-ignore
12
+ phpunit.xml export-ignore
13
+ phpbench.json export-ignore
Original file line number Diff line number Diff line change 1
1
.phpunit.result.cache
2
+ composer.lock
2
3
/.vscode
3
4
/.idea
4
5
/vendor
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^7.1"
19
+ "php" : " ^7.1 || ^8.0 "
20
20
},
21
21
"require-dev" : {
22
- "phpbench/phpbench" : " ^0.16 " ,
23
- "phpunit/phpunit" : " ^8 .0"
22
+ "phpbench/phpbench" : " ^0.17 " ,
23
+ "phpunit/phpunit" : " ^9 .0"
24
24
},
25
25
"suggest" : {
26
26
"ext-buffer" : " C extension to speed up pack/unpack binary data"
You can’t perform that action at this time.
0 commit comments