Bump minimum versions
This commit is contained in:
parent
650244e6d0
commit
089f7ccbb3
2 changed files with 12 additions and 12 deletions
|
|
@ -8,18 +8,18 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"ext-json": "*",
|
||||
"ext-curl": "*",
|
||||
"kint-php/kint": "^3.3",
|
||||
"guzzlehttp/guzzle": "^7.3",
|
||||
"twig/twig": "^3.0",
|
||||
"league/flysystem": "^2.1",
|
||||
"monolog/monolog": "^3.4",
|
||||
"bramus/monolog-colored-line-formatter": "~3.0",
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*",
|
||||
"adambrett/shell-wrapper": "~1.0",
|
||||
"league/flysystem-aws-s3-v3": "^2.1",
|
||||
"bramus/monolog-colored-line-formatter": "~3.1",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"kint-php/kint": "^3.3",
|
||||
"league/flysystem": "^2.5",
|
||||
"league/flysystem-aws-s3-v3": "^2.5",
|
||||
"monolog/monolog": "^3.5",
|
||||
"spatie/emoji": "^2.3",
|
||||
"ext-openssl": "*"
|
||||
"twig/twig": "^3.8"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.0"
|
||||
"friendsofphp/php-cs-fixer": "^3.46"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
bouncer/composer.lock
generated
4
bouncer/composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "81ac52124bb0c33be83726b048f1af22",
|
||||
"content-hash": "99f852481be86ad83a01d895a2f462e5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adambrett/shell-wrapper",
|
||||
|
|
@ -3248,8 +3248,8 @@
|
|||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^8.1",
|
||||
"ext-json": "*",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue