Update webflo/drupal-finder

This commit is contained in:
Violinist bot 2024-07-31 22:06:33 +00:00
parent 97b8977c17
commit e62906f577

28
composer.lock generated
View file

@ -11847,30 +11847,32 @@
}, },
{ {
"name": "webflo/drupal-finder", "name": "webflo/drupal-finder",
"version": "1.2.2", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webflo/drupal-finder.git", "url": "https://github.com/webflo/drupal-finder.git",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" "reference": "73045060b0894c77962a10cff047f72872d8810c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", "reference": "73045060b0894c77962a10cff047f72872d8810c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*" "composer-runtime-api": "^2.2",
"php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8" "phpunit/phpunit": "^10.4",
"symfony/process": "^6.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "psr-4": {
"src/DrupalFinder.php" "DrupalFinder\\": "src/"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -11882,12 +11884,12 @@
"email": "florian@webflo.org" "email": "florian@webflo.org"
} }
], ],
"description": "Helper class to locate a Drupal installation from a given path.", "description": "Helper class to locate a Drupal installation.",
"support": { "support": {
"issues": "https://github.com/webflo/drupal-finder/issues", "issues": "https://github.com/webflo/drupal-finder/issues",
"source": "https://github.com/webflo/drupal-finder/tree/1.2.2" "source": "https://github.com/webflo/drupal-finder/tree/1.3.1"
}, },
"time": "2020-10-27T09:42:17+00:00" "time": "2024-06-28T13:45:36+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -16338,5 +16340,5 @@
"ext-curl": "*" "ext-curl": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }