~ FIX composer plugin-api-version
All checks were successful
/ build-and-deploy (push) Successful in 2m48s

This commit is contained in:
felegy
2025-09-03 16:00:37 +00:00
parent 1e4f9d1da4
commit a4126afaa0
2 changed files with 15 additions and 14 deletions

27
composer.lock generated
View File

@@ -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": "06a9c5db34ac9c88d26ceec6a6134229",
"content-hash": "534fc2d742dcdb29d3b81b7ba8c5a5a8",
"packages": [
{
"name": "aws/aws-crt-php",
@@ -159,16 +159,16 @@
},
{
"name": "composer/installers",
"version": "v2.2.0",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
"reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
"shasum": ""
},
"require": {
@@ -176,12 +176,12 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^5.3",
"symfony/process": "^5"
"composer/composer": "^1.10.27 || ^2.7",
"composer/semver": "^1.7.2 || ^3.4.0",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1",
"symfony/phpunit-bridge": "^7.1.1",
"symfony/process": "^5 || ^6 || ^7"
},
"type": "composer-plugin",
"extra": {
@@ -238,6 +238,7 @@
"cockpit",
"codeigniter",
"concrete5",
"concreteCMS",
"croogo",
"dokuwiki",
"drupal",
@@ -284,7 +285,7 @@
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v2.2.0"
"source": "https://github.com/composer/installers/tree/v2.3.0"
},
"funding": [
{
@@ -300,7 +301,7 @@
"type": "tidelift"
}
],
"time": "2022-08-20T06:45:11+00:00"
"time": "2024-06-24T20:46:46+00:00"
},
{
"name": "graham-campbell/result-type",