Skip to content

Commit 63cb899

Browse files
feat: added PHP 7.3 support to composer.json
1 parent 3b581a7 commit 63cb899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"minimum-stability": "dev",
1717
"prefer-stable" : true,
1818
"require": {
19-
"php": "^7.4|^8.0",
19+
"php": "^7.3|^7.4|^8.0",
2020
"ext-json": "*",
2121
"guzzlehttp/guzzle": "^7.2"
2222
},

0 commit comments

Comments
 (0)