first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,743 @@
{
"packages": [
{
"name": "bagrinsergiu/brizy-merge-page-assets",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/bagrinsergiu/brizy-merge-page-assets.git",
"reference": "883490c9302aa2da9ccfd71b74c4e216ce1cd6f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bagrinsergiu/brizy-merge-page-assets/zipball/883490c9302aa2da9ccfd71b74c4e216ce1cd6f2",
"reference": "883490c9302aa2da9ccfd71b74c4e216ce1cd6f2",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4"
},
"time": "2021-08-16T09:11:29+00:00",
"default-branch": true,
"type": "library",
"installation-source": "source",
"autoload": {
"psr-4": {
"BrizyMerge\\": "lib/",
"BrizyMergeTests\\": "tests/"
}
},
"description": "Merge page assets compiled by Brizy compiler",
"keywords": [
"brizy",
"brizy merge assets"
],
"support": {
"source": "https://github.com/bagrinsergiu/brizy-merge-page-assets/tree/1.0.16",
"issues": "https://github.com/bagrinsergiu/brizy-merge-page-assets/issues"
},
"install-path": "../bagrinsergiu/brizy-merge-page-assets"
},
{
"name": "bagrinsergiu/brizy-migration-utils",
"version": "1.4.2",
"version_normalized": "1.4.2.0",
"source": {
"type": "git",
"url": "https://github.com/bagrinsergiu/brizy-migration-utils.git",
"reference": "6af1f8e3e181d1d262bd32cb96bf08ef9ead59df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bagrinsergiu/brizy-migration-utils/zipball/6af1f8e3e181d1d262bd32cb96bf08ef9ead59df",
"reference": "6af1f8e3e181d1d262bd32cb96bf08ef9ead59df",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "8.2.1"
},
"time": "2020-05-12T15:14:00+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Brizy": "src/"
}
},
"autoload-dev": {
"classmap": [
"tests/"
]
},
"authors": [
{
"name": "Alex Zaharia",
"email": "alecszaharia@gmail.com"
}
],
"description": "Data migration utils",
"support": {
"source": "https://github.com/bagrinsergiu/brizy-migration-utils/tree/1.4.2",
"issues": "https://github.com/bagrinsergiu/brizy-migration-utils/issues"
},
"install-path": "../bagrinsergiu/brizy-migration-utils"
},
{
"name": "bagrinsergiu/content-placeholder",
"version": "2.0.5",
"version_normalized": "2.0.5.0",
"source": {
"type": "git",
"url": "https://github.com/bagrinsergiu/brizy-content-placeholder.git",
"reference": "3be1d4e2033c6c074f12391fc796e5ab9a9bc72d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bagrinsergiu/brizy-content-placeholder/zipball/3be1d4e2033c6c074f12391fc796e5ab9a9bc72d",
"reference": "3be1d4e2033c6c074f12391fc796e5ab9a9bc72d",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4"
},
"time": "2021-07-29T08:06:01+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"BrizyPlaceholders\\": "lib/",
"BrizyPlaceholdersTests\\": "tests/"
}
},
"description": "Brizy content placeholders SDK",
"keywords": [
"brizy",
"content",
"placeholders"
],
"support": {
"source": "https://github.com/bagrinsergiu/brizy-content-placeholder/tree/2.0.5",
"issues": "https://github.com/bagrinsergiu/brizy-content-placeholder/issues"
},
"install-path": "../bagrinsergiu/content-placeholder"
},
{
"name": "enshrined/svg-sanitize",
"version": "0.13.3",
"version_normalized": "0.13.3.0",
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "bc66593f255b7d2613d8f22041180036979b6403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
"reference": "bc66593f255b7d2613d8f22041180036979b6403",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.1.2",
"phpunit/phpunit": "^6"
},
"time": "2020-01-20T01:34:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
"support": {
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/develop"
},
"install-path": "../enshrined/svg-sanitize"
},
{
"name": "knplabs/gaufrette",
"version": "v0.7.0",
"version_normalized": "0.7.0.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/Gaufrette.git",
"reference": "a0627e91e8753f442eea6560cb347151cd306b2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/a0627e91e8753f442eea6560cb347151cd306b2c",
"reference": "a0627e91e8753f442eea6560cb347151cd306b2c",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"conflict": {
"microsoft/windowsazure": "<0.4.3"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "~1.2",
"amazonwebservices/aws-sdk-for-php": "1.5.*",
"aws/aws-sdk-php": "^2.4.12||~3",
"doctrine/dbal": ">=2.3",
"dropbox-php/dropbox-php": "*",
"google/apiclient": "~1.1.3",
"league/flysystem": "~1.0",
"microsoft/azure-storage-blob": "^1.0",
"mikey179/vfsstream": "~1.2.0",
"mongodb/mongodb": "^1.1",
"phpseclib/phpseclib": "^2.0",
"phpspec/phpspec": "~2.4",
"phpunit/phpunit": "^5.6.8",
"rackspace/php-opencloud": "^1.9.2"
},
"suggest": {
"ext-curl": "*",
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
"ext-mbstring": "*",
"gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)",
"gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter",
"gaufrette/doctrine-dbal-adapter": "to use DBAL adapter",
"gaufrette/flysystem-adapter": "to use Flysystem adapter",
"gaufrette/ftp-adapter": "to use Ftp adapter",
"gaufrette/gridfs-adapter": "to use GridFS adapter",
"gaufrette/in-memory-adapter": "to use InMemory adapter",
"gaufrette/local-adapter": "to use Local adapter",
"gaufrette/opencloud-adapter": "to use Opencloud adapter",
"gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter",
"gaufrette/zip-adapter": "to use Zip adapter",
"google/apiclient": "to use GoogleCloudStorage adapter",
"knplabs/knp-gaufrette-bundle": "to use with Symfony2"
},
"time": "2018-08-30T13:26:15+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.7.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Gaufrette": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "The contributors",
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
},
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
}
],
"description": "PHP library that provides a filesystem abstraction layer",
"homepage": "http://knplabs.com",
"keywords": [
"abstraction",
"file",
"filesystem",
"media"
],
"support": {
"issues": "https://github.com/KnpLabs/Gaufrette/issues",
"source": "https://github.com/KnpLabs/Gaufrette/tree/v0.7.0"
},
"install-path": "../knplabs/gaufrette"
},
{
"name": "select2/select2",
"version": "4.1.0-rc.0",
"version_normalized": "4.1.0.0-RC0",
"source": {
"type": "git",
"url": "git@github.com:select2/select2.git",
"reference": "9ce61fd297fd2922fe771debea8b24dfd219a49a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/select2/select2/zipball/9ce61fd297fd2922fe771debea8b24dfd219a49a",
"reference": "9ce61fd297fd2922fe771debea8b24dfd219a49a",
"shasum": ""
},
"time": "2021-01-23T04:36:25+00:00",
"type": "component",
"extra": {
"component": {
"scripts": [
"dist/js/select2.js"
],
"styles": [
"dist/css/select2.css"
],
"files": [
"dist/js/select2.js",
"dist/js/i18n/*.js",
"dist/css/select2.css"
]
}
},
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Select2 is a jQuery based replacement for select boxes.",
"homepage": "https://select2.org/",
"install-path": "../select2/select2"
},
{
"name": "shortpixel/shortpixel-php",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/short-pixel-optimizer/shortpixel-php.git",
"reference": "940c299b7a449d6621103c195d7094b1976861a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/short-pixel-optimizer/shortpixel-php/zipball/940c299b7a449d6621103c195d7094b1976861a7",
"reference": "940c299b7a449d6621103c195d7094b1976861a7",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"lib-curl": ">=7.20.0",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.0"
},
"time": "2021-08-29T05:07:47+00:00",
"default-branch": true,
"type": "library",
"installation-source": "source",
"autoload": {
"files": [
"lib/ShortPixel.php",
"lib/ShortPixel/Exception.php"
],
"psr-4": {
"ShortPixel\\": "lib/ShortPixel/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Simon Duduica",
"email": "simon@shortpixel.com"
}
],
"description": "ShortPixel PHP SDK. Read more at https://shortpixel.com/api-tools",
"homepage": "https://shortpixel.com/api",
"keywords": [
"api",
"compress",
"images",
"optimize",
"shortpixel"
],
"support": {
"email": "support@shortpixel.com",
"issues": "https://github.com/short-pixel-optimizer/shortpixel-php/issues",
"source": "https://github.com/short-pixel-optimizer/shortpixel-php/tree/master"
},
"install-path": "../shortpixel/shortpixel-php"
},
{
"name": "symfony/deprecation-contracts",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"time": "2021-07-12T14:48:14+00:00",
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"installation-source": "source",
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/main"
},
"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"
}
],
"install-path": "../symfony/deprecation-contracts"
},
{
"name": "symfony/dotenv",
"version": "5.4.x-dev",
"version_normalized": "5.4.9999999.9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "7189ac0d3f99c7526950f13ff337d2b9a2bedf21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/7189ac0d3f99c7526950f13ff337d2b9a2bedf21",
"reference": "7189ac0d3f99c7526950f13ff337d2b9a2bedf21",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1"
},
"require-dev": {
"symfony/process": "^4.4|^5.0|^6.0"
},
"time": "2021-08-17T14:20:01+00:00",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-4": {
"Symfony\\Component\\Dotenv\\": ""
},
"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": "Registers environment variables from a .env file",
"homepage": "https://symfony.com",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/5.4"
},
"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"
}
],
"install-path": "../symfony/dotenv"
},
{
"name": "symfony/polyfill-ctype",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"time": "2021-02-19T12:13:01+00:00",
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "source",
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
},
"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"
}
],
"install-path": "../symfony/polyfill-ctype"
},
{
"name": "tburry/pquery",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/tburry/pquery.git",
"reference": "c28159447f4cec57f2a016c2ec15f5b754b58052"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tburry/pquery/zipball/c28159447f4cec57f2a016c2ec15f5b754b58052",
"reference": "c28159447f4cec57f2a016c2ec15f5b754b58052",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"htmlawed/htmlawed": "dev-master"
},
"time": "2016-03-23T18:57:26+00:00",
"default-branch": true,
"type": "library",
"installation-source": "source",
"autoload": {
"classmap": [
"IQuery.php",
"gan_formatter.php",
"gan_node_html.php",
"gan_parser_html.php",
"gan_selector_html.php",
"gan_tokenizer.php",
"gan_xml2array.php",
"pQuery.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Todd Burry",
"email": "todd@vanillaforums.com",
"role": "Developer"
}
],
"description": "A jQuery like html dom parser written in php.",
"keywords": [
"dom",
"ganon",
"php"
],
"support": {
"issues": "https://github.com/tburry/pquery/issues",
"source": "https://github.com/tburry/pquery/tree/master"
},
"install-path": "../tburry/pquery"
},
{
"name": "twig/twig",
"version": "v1.42.5",
"version_normalized": "1.42.5.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
},
"time": "2020-02-11T05:59:23+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.42-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/1.x"
},
"install-path": "../twig/twig"
}
],
"dev": false,
"dev-package-names": []
}