~ 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

View File

@@ -56,7 +56,7 @@
"ext-exif": "*", "ext-exif": "*",
"ext-imagick": "*", "ext-imagick": "*",
"ext-intl": "*", "ext-intl": "*",
"composer/installers": "~2.2.0", "composer/installers": "^2.2.0",
"vlucas/phpdotenv": "^5.5", "vlucas/phpdotenv": "^5.5",
"oscarotero/env": "^2.1", "oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0", "roots/bedrock-autoloader": "^1.0",

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