Skip to content

Commit d28f062

Browse files
authored
Merge pull request #4 from grantjanecek/add-php8.1-support
Add PHP 8.1 Support
2 parents 1d402a7 + b05b702 commit d28f062

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "master"
88

99
env:
10-
COMPOSER_ROOT_VERSION: "1.99.99"
10+
COMPOSER_ROOT_VERSION: "2.99.99"
1111

1212
jobs:
1313

@@ -22,6 +22,7 @@ jobs:
2222
- "7.3"
2323
- "7.4"
2424
- "8.0"
25+
- "8.1"
2526
steps:
2627
- uses: "actions/checkout@v2"
2728
- uses: "shivammathur/setup-php@v2"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ https://acrobat.adobe.com/us/en/sign.html
1313

1414
The following versions of PHP are supported:
1515

16+
* PHP 8.1
1617
* PHP 8.0
1718
* PHP 7.4
1819
* PHP 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mettle/adobe-sign-php",
33
"description": "Adobe Sign PHP Client",
44
"require": {
5-
"php": "^7.3 || ^8.0",
5+
"php": "^7.3 || ^8.0 || ^8.1",
66
"ext-json": "*",
77
"mettle/oauth2-adobe-sign": "^0.2"
88
},

0 commit comments

Comments
 (0)