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",
"version": "1.2.2",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
"reference": "73045060b0894c77962a10cff047f72872d8810c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c",
"reference": "73045060b0894c77962a10cff047f72872d8810c",
"shasum": ""
},
"require": {
"ext-json": "*"
"composer-runtime-api": "^2.2",
"php": ">=8.1"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8"
"phpunit/phpunit": "^10.4",
"symfony/process": "^6.4"
},
"type": "library",
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
"psr-4": {
"DrupalFinder\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -11882,12 +11884,12 @@
"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": {
"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",
@ -16338,5 +16340,5 @@
"ext-curl": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}