Commits on Source (3)
-
Zandor Smith authoredVerified8b354119
-
Verifiedcaca47c5
-
semantic-release-bot authored
## [1.0.1](v1.0.0...v1.0.1) (2024-05-15) ### Bug Fixes * Increase minimum required PHP version to 8.1 ([8b354119](8b354119))
{ | ||
"name": "zandor300/solvari-php-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Solvari PHP SDK - Update lead status in Solvari Pro", | ||
"type": "library", | ||
"keywords": [ | ||
... | ... | @@ -12,7 +12,7 @@ |
"homepage": "https://git.zsinfo.nl/Zandor300/solvari-php-sdk", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=7.3.0", | ||
"php": ">=8.1.0", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
}, | ||
... | ... |