Skip to content

Commit

Permalink
Merge pull request #621 from picqer/drop-php-72-73-support
Browse files Browse the repository at this point in the history
Breaking: Drop PHP 7.2 7.3 support
  • Loading branch information
stephangroen committed Sep 20, 2023
2 parents 6aad2b2 + 6378d39 commit b399932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.4.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
},
Expand Down

0 comments on commit b399932

Please sign in to comment.