|
|
@@ -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": "9378454b34ddc471984f942bfa334d77",
|
|
|
+ "content-hash": "4cc2f432e0c9bbe68a5bd9380f6c220d",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "api-platform/core",
|
|
|
@@ -2142,6 +2142,144 @@
|
|
|
},
|
|
|
"time": "2021-01-04T21:17:45+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "knplabs/knp-snappy",
|
|
|
+ "version": "v1.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/KnpLabs/snappy.git",
|
|
|
+ "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/5126fb5b335ec929a226314d40cd8dad497c3d67",
|
|
|
+ "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1",
|
|
|
+ "psr/log": "^1.0||^2.0||^3.0",
|
|
|
+ "symfony/process": "~3.4||~4.3||~5.0||~6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.16||^3.0",
|
|
|
+ "pedrotroller/php-cs-custom-fixer": "^2.19",
|
|
|
+ "phpstan/phpstan": "^0.12.7",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12.6",
|
|
|
+ "phpunit/phpunit": "~7.4||~8.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
|
|
+ "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
|
|
+ "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
|
|
+ "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
|
|
|
+ "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Knp\\Snappy\\": "src/Knp/Snappy"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "KNP Labs Team",
|
|
|
+ "homepage": "http://knplabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "http://github.com/KnpLabs/snappy/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
|
|
|
+ "homepage": "http://github.com/KnpLabs/snappy",
|
|
|
+ "keywords": [
|
|
|
+ "knp",
|
|
|
+ "knplabs",
|
|
|
+ "pdf",
|
|
|
+ "snapshot",
|
|
|
+ "thumbnail",
|
|
|
+ "wkhtmltopdf"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/KnpLabs/snappy/issues",
|
|
|
+ "source": "https://github.com/KnpLabs/snappy/tree/v1.4.1"
|
|
|
+ },
|
|
|
+ "time": "2022-01-07T13:03:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "knplabs/knp-snappy-bundle",
|
|
|
+ "version": "v1.9.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
|
|
|
+ "reference": "da11c2d083f5d8586c9bd59d2948ab7d39d57b34"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/da11c2d083f5d8586c9bd59d2948ab7d39d57b34",
|
|
|
+ "reference": "da11c2d083f5d8586c9bd59d2948ab7d39d57b34",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "knplabs/knp-snappy": "^1.2",
|
|
|
+ "php": ">=7.4",
|
|
|
+ "symfony/framework-bundle": "^4.4|^5.1|^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^1.11",
|
|
|
+ "symfony/asset": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/finder": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/phpunit-bridge": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/security-csrf": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/templating": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/validator": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/yaml": "^4.4|^5.1|^6.0"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Knp\\Bundle\\SnappyBundle\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "KnpLabs Team",
|
|
|
+ "homepage": "http://knplabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Easily create PDF and images in Symfony by converting Twig/HTML templates.",
|
|
|
+ "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
|
|
|
+ "keywords": [
|
|
|
+ "bundle",
|
|
|
+ "knp",
|
|
|
+ "knplabs",
|
|
|
+ "pdf",
|
|
|
+ "snappy"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/KnpLabs/KnpSnappyBundle/issues",
|
|
|
+ "source": "https://github.com/KnpLabs/KnpSnappyBundle/tree/v1.9.0"
|
|
|
+ },
|
|
|
+ "time": "2022-01-05T15:50:51+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laminas/laminas-code",
|
|
|
"version": "4.4.3",
|
|
|
@@ -5682,6 +5820,68 @@
|
|
|
],
|
|
|
"time": "2021-05-21T13:25:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/process",
|
|
|
+ "version": "v5.3.14",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/process.git",
|
|
|
+ "reference": "8bbae08c19308b9493ad235386144cbefec83cb0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/process/zipball/8bbae08c19308b9493ad235386144cbefec83cb0",
|
|
|
+ "reference": "8bbae08c19308b9493ad235386144cbefec83cb0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Process\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Executes commands in sub-processes",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/process/tree/v5.3.14"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-24T19:35:44+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/property-access",
|
|
|
"version": "v5.3.8",
|