Add Platform.sh required files

This commit is contained in:
Oliver Davies 2021-02-10 10:54:20 +00:00
parent 0c1321fed5
commit ab69190d8f
12 changed files with 379 additions and 6 deletions

50
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": "2cd7a735076f7c850d3e2541afa139e0",
"content-hash": "af63f9fcebff0e2607c7d31c00d10c3c",
"packages": [
{
"name": "asm89/stack-cors",
@ -3531,6 +3531,9 @@
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
},
"patches_applied": {
"Return early if user is not anonymous": "tools/patches/plausible/return-if-authenticated.patch"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
@ -5531,6 +5534,45 @@
},
"time": "2019-12-10T10:24:42+00:00"
},
{
"name": "platformsh/config-reader",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/platformsh/config-reader-php.git",
"reference": "5511abfdb673ccfcf0eac9eaf65204f73edd90fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/platformsh/config-reader-php/zipball/5511abfdb673ccfcf0eac9eaf65204f73edd90fd",
"reference": "5511abfdb673ccfcf0eac9eaf65204f73edd90fd",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Platformsh\\ConfigReader\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Larry Garfield",
"email": "larry@platform.sh"
}
],
"description": "Small helper to access Platform.sh environment variables",
"time": "2020-12-10T20:50:12+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
@ -8327,8 +8369,8 @@
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.9.1"
"issues": "https://github.com/webmozart/assert/issues",
"source": "https://github.com/webmozart/assert/tree/master"
},
"time": "2020-07-08T17:02:28+00:00"
},
@ -11923,5 +11965,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "1.1.0"
}