Skip to content

Commit 8f6aa97

Browse files
committed
Required php version fix
1 parent b785b3a commit 8f6aa97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "simpaypl/simpay",
33
"description": "Official SimPay API",
44
"type": "library",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"license": "MIT",
77
"minimum-stability": "stable",
88
"require": {
9-
"php": "^7.4",
9+
"php": ">=7.4",
1010
"guzzlehttp/guzzle": "^7.4",
1111
"ext-json": "*",
1212
"illuminate/collections": "^8.68",

0 commit comments

Comments
 (0)