mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-21 07:36:08 +01:00
[!!!][TASK] Raise guzzle requirement
This commit is contained in:
parent
0f4263663b
commit
a5db2bd729
2 changed files with 7 additions and 3 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
|||
matrix:
|
||||
php-version:
|
||||
- 7.4
|
||||
- 8.0
|
||||
- 8.1
|
||||
- 8.2
|
||||
steps:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"guzzlehttp/guzzle": "^7.7",
|
||||
"php": "7.4.* || 8.1.* || 8.2.*"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -29,5 +29,10 @@
|
|||
"phpunit/phpunit": "^9.3",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue