add some top padding to the vcard photo

This commit is contained in:
nobody 2022-02-16 11:17:58 -08:00
parent 2eb75acf8e
commit 2188da42db
3 changed files with 175 additions and 174 deletions

View file

@ -1,6 +1,7 @@
<?php
namespace Code\Lib;
use App;
use Code\Lib\Libzot;
use Code\Lib\Libzotdir;
use Code\Lib\Zotfinger;

346
composer.lock generated
View file

@ -913,16 +913,16 @@
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.35",
"version": "2.0.36",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420"
"reference": "a97547126396548c224703a267a30af1592be146"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4e16cf3f5f927a7d3f5317820af795c0366c0420",
"reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a97547126396548c224703a267a30af1592be146",
"reference": "a97547126396548c224703a267a30af1592be146",
"shasum": ""
},
"require": {
@ -1002,7 +1002,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.35"
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.36"
},
"funding": [
{
@ -1018,7 +1018,7 @@
"type": "tidelift"
}
],
"time": "2021-11-28T23:30:39+00:00"
"time": "2022-01-30T08:48:36+00:00"
},
{
"name": "psr/container",
@ -1384,14 +1384,14 @@
},
"type": "library",
"autoload": {
"psr-4": {
"Sabre\\Event\\": "lib/"
},
"files": [
"lib/coroutine.php",
"lib/Loop/functions.php",
"lib/Promise/functions.php"
]
],
"psr-4": {
"Sabre\\Event\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -1669,13 +1669,13 @@
},
"type": "library",
"autoload": {
"psr-4": {
"Sabre\\Xml\\": "lib/"
},
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
]
],
"psr-4": {
"Sabre\\Xml\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -1899,16 +1899,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v5.4.0",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"shasum": ""
},
"require": {
@ -1964,7 +1964,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3"
},
"funding": [
{
@ -1980,7 +1980,7 @@
"type": "tidelift"
}
],
"time": "2021-11-23T10:19:22+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@ -2063,16 +2063,16 @@
},
{
"name": "symfony/mailer",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "309ba427654351dcad9691bef817b96920ebd2cf"
"reference": "391a2ac6bf8ab298caa7b63826edc9500412ed16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/309ba427654351dcad9691bef817b96920ebd2cf",
"reference": "309ba427654351dcad9691bef817b96920ebd2cf",
"url": "https://api.github.com/repos/symfony/mailer/zipball/391a2ac6bf8ab298caa7b63826edc9500412ed16",
"reference": "391a2ac6bf8ab298caa7b63826edc9500412ed16",
"shasum": ""
},
"require": {
@ -2119,7 +2119,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v5.4.2"
"source": "https://github.com/symfony/mailer/tree/v5.4.3"
},
"funding": [
{
@ -2135,20 +2135,20 @@
"type": "tidelift"
}
],
"time": "2021-12-11T16:33:38+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d"
"reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
"reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
"url": "https://api.github.com/repos/symfony/mime/zipball/e1503cfb5c9a225350f549d3bb99296f4abfb80f",
"reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f",
"shasum": ""
},
"require": {
@ -2202,7 +2202,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.2"
"source": "https://github.com/symfony/mime/tree/v5.4.3"
},
"funding": [
{
@ -2218,20 +2218,20 @@
"type": "tidelift"
}
],
"time": "2021-12-28T17:15:56+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/options-resolver",
"version": "v5.4.0",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "b0fb78576487af19c500aaddb269fd36701d4847"
"reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
"reference": "b0fb78576487af19c500aaddb269fd36701d4847",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8",
"reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8",
"shasum": ""
},
"require": {
@ -2271,7 +2271,7 @@
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.4.0"
"source": "https://github.com/symfony/options-resolver/tree/v5.4.3"
},
"funding": [
{
@ -2287,7 +2287,7 @@
"type": "tidelift"
}
],
"time": "2021-11-23T10:19:22+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -2404,12 +2404,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -2489,12 +2489,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
@ -2576,12 +2576,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -2653,12 +2653,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -2729,12 +2729,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
@ -2808,12 +2808,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
@ -2897,12 +2897,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Uuid\\": ""
},
"files": [
"bootstrap.php"
]
],
"psr-4": {
"Symfony\\Polyfill\\Uuid\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -2947,16 +2947,16 @@
},
{
"name": "symfony/process",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
"reference": "553f50487389a977eb31cf6b37faae56da00f753"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
"reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
"url": "https://api.github.com/repos/symfony/process/zipball/553f50487389a977eb31cf6b37faae56da00f753",
"reference": "553f50487389a977eb31cf6b37faae56da00f753",
"shasum": ""
},
"require": {
@ -2989,7 +2989,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.2"
"source": "https://github.com/symfony/process/tree/v5.4.3"
},
"funding": [
{
@ -3005,7 +3005,7 @@
"type": "tidelift"
}
],
"time": "2021-12-27T21:01:00+00:00"
"time": "2022-01-26T16:28:35+00:00"
},
{
"name": "symfony/service-contracts",
@ -3092,16 +3092,16 @@
},
{
"name": "symfony/uid",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
"reference": "89b2e717aa45a57cc0dbe8bff57b9d15b919c67b"
"reference": "2b52d90f0a913a1f770e0b09be3e9baf298b4872"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/89b2e717aa45a57cc0dbe8bff57b9d15b919c67b",
"reference": "89b2e717aa45a57cc0dbe8bff57b9d15b919c67b",
"url": "https://api.github.com/repos/symfony/uid/zipball/2b52d90f0a913a1f770e0b09be3e9baf298b4872",
"reference": "2b52d90f0a913a1f770e0b09be3e9baf298b4872",
"shasum": ""
},
"require": {
@ -3146,7 +3146,7 @@
"uuid"
],
"support": {
"source": "https://github.com/symfony/uid/tree/v5.4.2"
"source": "https://github.com/symfony/uid/tree/v5.4.3"
},
"funding": [
{
@ -3162,20 +3162,20 @@
"type": "tidelift"
}
],
"time": "2021-12-16T21:52:00+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "b9eb163846a61bb32dfc147f7859e274fab38b58"
"reference": "e80f87d2c9495966768310fc531b487ce64237a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58",
"reference": "b9eb163846a61bb32dfc147f7859e274fab38b58",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
"reference": "e80f87d2c9495966768310fc531b487ce64237a2",
"shasum": ""
},
"require": {
@ -3221,7 +3221,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.2"
"source": "https://github.com/symfony/yaml/tree/v5.4.3"
},
"funding": [
{
@ -3237,7 +3237,7 @@
"type": "tidelift"
}
],
"time": "2021-12-16T21:58:21+00:00"
"time": "2022-01-26T16:32:32+00:00"
},
{
"name": "twbs/bootstrap",
@ -4017,12 +4017,12 @@
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -4166,16 +4166,16 @@
},
{
"name": "phar-io/version",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
"reference": "15a90844ad40f127afd244c0cad228de2a80052a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
"url": "https://api.github.com/repos/phar-io/version/zipball/15a90844ad40f127afd244c0cad228de2a80052a",
"reference": "15a90844ad40f127afd244c0cad228de2a80052a",
"shasum": ""
},
"require": {
@ -4211,22 +4211,22 @@
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.1.0"
"source": "https://github.com/phar-io/version/tree/3.1.1"
},
"time": "2021-02-23T14:00:09+00:00"
"time": "2022-02-07T21:56:48+00:00"
},
{
"name": "php-mock/php-mock",
"version": "2.3.0",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock.git",
"reference": "a3142f257153b71c09bf9146ecf73430b3818b7c"
"reference": "9a55bd8ba40e6da2e97a866121d2c69dedd4952b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/a3142f257153b71c09bf9146ecf73430b3818b7c",
"reference": "a3142f257153b71c09bf9146ecf73430b3818b7c",
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/9a55bd8ba40e6da2e97a866121d2c69dedd4952b",
"reference": "9a55bd8ba40e6da2e97a866121d2c69dedd4952b",
"shasum": ""
},
"require": {
@ -4280,7 +4280,7 @@
],
"support": {
"issues": "https://github.com/php-mock/php-mock/issues",
"source": "https://github.com/php-mock/php-mock/tree/2.3.0"
"source": "https://github.com/php-mock/php-mock/tree/2.3.1"
},
"funding": [
{
@ -4288,7 +4288,7 @@
"type": "github"
}
],
"time": "2020-12-11T19:20:04+00:00"
"time": "2022-02-07T18:57:52+00:00"
},
{
"name": "php-mock/php-mock-integration",
@ -5077,11 +5077,11 @@
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
@ -5624,16 +5624,16 @@
},
{
"name": "sebastian/global-state",
"version": "5.0.3",
"version": "5.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"shasum": ""
},
"require": {
@ -5676,7 +5676,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
},
"funding": [
{
@ -5684,7 +5684,7 @@
"type": "github"
}
],
"time": "2021-06-11T13:31:12+00:00"
"time": "2022-02-14T08:28:10+00:00"
},
{
"name": "sebastian/lines-of-code",
@ -6084,16 +6084,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "1fb93b0aab42392aa0a742db205173b49afaf80f"
"reference": "18e73179c6a33d520de1b644941eba108dd811ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/1fb93b0aab42392aa0a742db205173b49afaf80f",
"reference": "1fb93b0aab42392aa0a742db205173b49afaf80f",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/18e73179c6a33d520de1b644941eba108dd811ad",
"reference": "18e73179c6a33d520de1b644941eba108dd811ad",
"shasum": ""
},
"require": {
@ -6136,7 +6136,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.4.2"
"source": "https://github.com/symfony/browser-kit/tree/v5.4.3"
},
"funding": [
{
@ -6152,20 +6152,20 @@
"type": "tidelift"
}
],
"time": "2021-12-16T21:58:21+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/config",
"version": "v4.4.36",
"version": "v4.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385"
"reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/03218ffbd5faeda5e6a97f9109acebf7973ff385",
"reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385",
"url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
"reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
"shasum": ""
},
"require": {
@ -6214,7 +6214,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v4.4.36"
"source": "https://github.com/symfony/config/tree/v4.4.37"
},
"funding": [
{
@ -6230,20 +6230,20 @@
"type": "tidelift"
}
],
"time": "2021-12-12T15:06:47+00:00"
"time": "2022-01-03T09:46:22+00:00"
},
{
"name": "symfony/console",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
"reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
"reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
"url": "https://api.github.com/repos/symfony/console/zipball/a2a86ec353d825c75856c6fd14fac416a7bdb6b8",
"reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8",
"shasum": ""
},
"require": {
@ -6313,7 +6313,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.2"
"source": "https://github.com/symfony/console/tree/v5.4.3"
},
"funding": [
{
@ -6329,20 +6329,20 @@
"type": "tidelift"
}
],
"time": "2021-12-20T16:11:12+00:00"
"time": "2022-01-26T16:28:35+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "cfcbee910e159df402603502fe387e8b677c22fd"
"reference": "b0a190285cd95cb019237851205b8140ef6e368e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/cfcbee910e159df402603502fe387e8b677c22fd",
"reference": "cfcbee910e159df402603502fe387e8b677c22fd",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
"reference": "b0a190285cd95cb019237851205b8140ef6e368e",
"shasum": ""
},
"require": {
@ -6379,7 +6379,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.4.2"
"source": "https://github.com/symfony/css-selector/tree/v5.4.3"
},
"funding": [
{
@ -6395,20 +6395,20 @@
"type": "tidelift"
}
],
"time": "2021-12-16T21:58:21+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v4.4.36",
"version": "v4.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1"
"reference": "c00a23904b42f140087d36e1d22c88801bb39689"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24e802b4973d3a60c01fd77bdaac8a66944202e1",
"reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c00a23904b42f140087d36e1d22c88801bb39689",
"reference": "c00a23904b42f140087d36e1d22c88801bb39689",
"shasum": ""
},
"require": {
@ -6465,7 +6465,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.36"
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.37"
},
"funding": [
{
@ -6481,20 +6481,20 @@
"type": "tidelift"
}
],
"time": "2021-12-29T10:03:29+00:00"
"time": "2022-01-24T17:17:45+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7"
"reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb3bc3699779fc6d9646270789026a7e2cec7ec7",
"reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2634381fdf27a2a0a8ac8eb404025eb656c65d0c",
"reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c",
"shasum": ""
},
"require": {
@ -6540,7 +6540,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.2"
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.3"
},
"funding": [
{
@ -6556,20 +6556,20 @@
"type": "tidelift"
}
],
"time": "2021-12-28T17:15:56+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/filesystem",
"version": "v5.4.0",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
"reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0f0c4bf1840420f4aef3f32044a9dbb24682731b",
"reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b",
"shasum": ""
},
"require": {
@ -6604,7 +6604,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.0"
"source": "https://github.com/symfony/filesystem/tree/v5.4.3"
},
"funding": [
{
@ -6620,20 +6620,20 @@
"type": "tidelift"
}
],
"time": "2021-10-28T13:39:27+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/http-client",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "5e344f1402584a56631c81a24ec9403e3159c790"
"reference": "a5a467b62dc91eb253db51a91a2c1977f611f60c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/5e344f1402584a56631c81a24ec9403e3159c790",
"reference": "5e344f1402584a56631c81a24ec9403e3159c790",
"url": "https://api.github.com/repos/symfony/http-client/zipball/a5a467b62dc91eb253db51a91a2c1977f611f60c",
"reference": "a5a467b62dc91eb253db51a91a2c1977f611f60c",
"shasum": ""
},
"require": {
@ -6691,7 +6691,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.2"
"source": "https://github.com/symfony/http-client/tree/v5.4.3"
},
"funding": [
{
@ -6707,7 +6707,7 @@
"type": "tidelift"
}
],
"time": "2021-12-29T10:10:35+00:00"
"time": "2022-01-22T06:53:01+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -6818,12 +6818,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.php"
]
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -6896,12 +6896,12 @@
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
@ -6949,16 +6949,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.2",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
"reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
"url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10",
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10",
"shasum": ""
},
"require": {
@ -7015,7 +7015,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.2"
"source": "https://github.com/symfony/string/tree/v5.4.3"
},
"funding": [
{
@ -7031,20 +7031,20 @@
"type": "tidelift"
}
],
"time": "2021-12-16T21:52:00+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/translation",
"version": "v4.4.34",
"version": "v4.4.37",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "26d330720627b234803595ecfc0191eeabc65190"
"reference": "4ce00d6875230b839f5feef82e51971f6c886e00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/26d330720627b234803595ecfc0191eeabc65190",
"reference": "26d330720627b234803595ecfc0191eeabc65190",
"url": "https://api.github.com/repos/symfony/translation/zipball/4ce00d6875230b839f5feef82e51971f6c886e00",
"reference": "4ce00d6875230b839f5feef82e51971f6c886e00",
"shasum": ""
},
"require": {
@ -7104,7 +7104,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v4.4.34"
"source": "https://github.com/symfony/translation/tree/v4.4.37"
},
"funding": [
{
@ -7120,7 +7120,7 @@
"type": "tidelift"
}
],
"time": "2021-11-04T12:23:33+00:00"
"time": "2022-01-02T09:41:36+00:00"
},
{
"name": "symfony/translation-contracts",

View file

@ -441,7 +441,7 @@ footer {
.vcard {
margin-bottom: 10px;
padding: 0px 10px 10px 10px;
padding: 10px;
background-color: rgba(254,254,254,0.5);
border: 1px solid rgba(254,254,254,0.5);
border-radius: $radius;