Skip to content

Commit 319aae7

Browse files
authored
Merge pull request #65 from chadicus/v3-lib-curl
Allow newer versions of lib-curl
2 parents 304394d + bc76ca6 commit 319aae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
php-versions: ['7.0', '7.3', '7.4']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^7.0",
2525
"ext-curl": "*",
2626
"ext-json": "*",
27-
"lib-curl": "~7.15",
27+
"lib-curl": ">=7.15",
2828
"fig/http-message-util": "^1.1",
2929
"guzzlehttp/guzzle": "^6.3",
3030
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)