Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 2bc1b15

Browse files
authored
Allow PHP 7.4
1 parent b2c7b73 commit 2bc1b15

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"keywords": ["jira", "rest", "jira-php", "jira-rest", "jira-cloud"],
66
"require": {
7-
"php": "^8.1",
7+
"php": "^7.4 || ^8.1",
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"netresearch/jsonmapper": "^3.0|^4.0|^5.0",

0 commit comments

Comments
 (0)