Update webflo/drupal-finder

This commit is contained in:
Violinist bot 2024-06-27 22:21:48 +00:00
parent 9f59b49de0
commit ba587ab08c

27
composer.lock generated
View file

@ -11847,30 +11847,31 @@
},
{
"name": "webflo/drupal-finder",
"version": "1.2.2",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
"reference": "1fa65484857c7a2e4dcf0d9e0b47198fe0681b8a"
},
"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/1fa65484857c7a2e4dcf0d9e0b47198fe0681b8a",
"reference": "1fa65484857c7a2e4dcf0d9e0b47198fe0681b8a",
"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"
},
"type": "library",
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
"psr-4": {
"DrupalFinder\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -11882,12 +11883,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.0"
},
"time": "2020-10-27T09:42:17+00:00"
"time": "2024-05-08T21:22:39+00:00"
},
{
"name": "webmozart/assert",
@ -16338,5 +16339,5 @@
"ext-curl": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}