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.
1 parent 38909e7 commit 862983fCopy full SHA for 862983f
azure-pipelines.yml
@@ -3,7 +3,7 @@ pool:
3
vmImage: 'ubuntu-latest'
4
5
variables:
6
- phpVersion: 7.1
+ phpVersion: 7.3
7
8
steps:
9
- script: |
@@ -17,4 +17,4 @@ steps:
17
- script: composer install --no-interaction --prefer-dist
18
displayName: 'composer install'
19
- script: composer test
20
- displayName: 'Run tests'
+ displayName: 'Run tests'
composer.json
@@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
- "php": "^7.1",
+ "php": "^7.3",
10
"ext-json": "^1.5",
11
"php-http/client-implementation": "^1.0",
12
"php-http/httplug": "^2.0",
0 commit comments