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 11.phpunit.result.cache
2+ composer.lock
23/.vscode
34/.idea
45/vendor
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.1"
19+ "php" : " ^7.1 || ^8.0 "
2020 },
2121 "require-dev" : {
22- "phpbench/phpbench" : " ^0.16 " ,
23- "phpunit/phpunit" : " ^8 .0"
22+ "phpbench/phpbench" : " ^0.17 " ,
23+ "phpunit/phpunit" : " ^9 .0"
2424 },
2525 "suggest" : {
2626 "ext-buffer" : " C extension to speed up pack/unpack binary data"
You can’t perform that action at this time.
0 commit comments