Skip to content

Commit 3d7efd4

Browse files
committed
update php to 7.3|8.0
1 parent 9d3b7a6 commit 3d7efd4

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.8
1+
1.0.10

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@
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": {

0 commit comments

Comments
 (0)