We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeeeac commit 7b57c7eCopy full SHA for 7b57c7e
README.md
@@ -7,7 +7,7 @@
7
8
- API version: 3.0
9
- Package version: 22.9.0
10
-- Supported PHP versions: "^7.3 || ^8.0"
+- Supported PHP versions: ">=7.3 || >=8.0"
11
12
## Demo applications
13
composer.json
@@ -125,7 +125,7 @@
125
}
126
],
127
"require": {
128
- "php": "^7.3 || ^8.0",
+ "php": ">=7.3 || >=8.0",
129
"guzzlehttp/guzzle": ">=6",
130
"ext-json": "*"
131
},
0 commit comments