We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 304394d + bc76ca6 commit 319aae7Copy full SHA for 319aae7
.github/workflows/php.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
php-versions: ['7.0', '7.3', '7.4']
composer.json
@@ -24,7 +24,7 @@
24
"php": "^7.0",
25
"ext-curl": "*",
26
"ext-json": "*",
27
- "lib-curl": "~7.15",
+ "lib-curl": ">=7.15",
28
"fig/http-message-util": "^1.1",
29
"guzzlehttp/guzzle": "^6.3",
30
"psr/http-message": "^1.0",
0 commit comments