File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Tap PHP library provides convenient access to the Tap API from applications
88
99## Requirements
1010
11- PHP 7.1 .0 and later.
11+ PHP 7.3|8 .0 and later.
1212
1313## Install
1414
Original file line number Diff line number Diff line change 1- 1.0.8
1+ 1.0.10
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " >=7.1.0" ,
23- "ext-curl" : " *" ,
24- "ext-json" : " *" ,
25- "ext-mbstring" : " *" ,
22+ "php" : " ^7.3|^8.0" ,
2623 "phpseclib/phpseclib" : " ^2.0|^3.0"
2724 },
2825 "require-dev" : {
2926 "scrutinizer/ocular" : " ~1.1" ,
30- "squizlabs/php_codesniffer" : " ^3.3" ,
3127 "php-coveralls/php-coveralls" : " ^2.1" ,
3228 "symfony/process" : " ~3.4" ,
33- "friendsofphp/php-cs-fixer" : " 2.16.1" ,
3429 "phpunit/phpunit" : " ^8"
3530 },
3631 "autoload" : {
You can’t perform that action at this time.
0 commit comments