Skip to content

Commit 7b57c7e

Browse files
ivankamkinDenis-AverinIvan Kamkin
authored
Supported php version (#36)
* Bug fix Co-authored-by: Denis Averin <[email protected]> Co-authored-by: Ivan Kamkin <[email protected]>
1 parent adeeeac commit 7b57c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
- API version: 3.0
99
- Package version: 22.9.0
10-
- Supported PHP versions: "^7.3 || ^8.0"
10+
- Supported PHP versions: ">=7.3 || >=8.0"
1111

1212
## Demo applications
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126
],
127127
"require": {
128-
"php": "^7.3 || ^8.0",
128+
"php": ">=7.3 || >=8.0",
129129
"guzzlehttp/guzzle": ">=6",
130130
"ext-json": "*"
131131
},

0 commit comments

Comments
 (0)