mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-14 01:48:38 +00:00
Dropped support for PHP < 8.1
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ismo Vuorinen",
|
||||
"email": "ismo@ivuorinen.net"
|
||||
"homepage": "https://github.com/ivuorinen"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1 || ^8",
|
||||
"php": "^8.1",
|
||||
"ext-curl": "*",
|
||||
"ext-zlib": "*",
|
||||
"league/uri": "6.7.1"
|
||||
|
||||
Reference in New Issue
Block a user