File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 - " master"
88
99env :
10- COMPOSER_ROOT_VERSION : " 1 .99.99"
10+ COMPOSER_ROOT_VERSION : " 2 .99.99"
1111
1212jobs :
1313
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"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ https://acrobat.adobe.com/us/en/sign.html
1313
1414The following versions of PHP are supported:
1515
16+ * PHP 8.1
1617* PHP 8.0
1718* PHP 7.4
1819* PHP 7.3
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments