|
|
@@ -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": "378b9f072670572212d31cd607d806d6",
|
|
|
+ "content-hash": "7b5e8cc3fe4b7f80929d44f2436e2270",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "api-platform/core",
|
|
|
@@ -454,6 +454,157 @@
|
|
|
],
|
|
|
"time": "2022-01-17T14:14:24+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "damienharper/auditor",
|
|
|
+ "version": "2.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/DamienHarper/auditor.git",
|
|
|
+ "reference": "600f64f6b6f25e9a45cb5c5bee55f40988a3249b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/DamienHarper/auditor/zipball/600f64f6b6f25e9a45cb5c5bee55f40988a3249b",
|
|
|
+ "reference": "600f64f6b6f25e9a45cb5c5bee55f40988a3249b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/annotations": "^1.8",
|
|
|
+ "doctrine/orm": "^2.7",
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": ">=7.4",
|
|
|
+ "symfony/cache": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/event-dispatcher": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/lock": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/options-resolver": "^4.0|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/persistence": "<1.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/data-fixtures": "^1.4.4",
|
|
|
+ "gedmo/doctrine-extensions": "^2.4|^3.0",
|
|
|
+ "phpunit/phpunit": "^9.0",
|
|
|
+ "symfony/var-dumper": "^4.0|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "damienharper/auditor-bundle": "Integrate auditor library in your Symfony projects."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "DH\\Auditor\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Damien Harper",
|
|
|
+ "email": "damien.harper@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The missing audit log library.",
|
|
|
+ "keywords": [
|
|
|
+ "Audit",
|
|
|
+ "audit-log",
|
|
|
+ "audit-trail",
|
|
|
+ "doctrine"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/DamienHarper/auditor/issues",
|
|
|
+ "source": "https://github.com/DamienHarper/auditor/tree/2.0.3"
|
|
|
+ },
|
|
|
+ "time": "2022-04-19T20:05:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "damienharper/auditor-bundle",
|
|
|
+ "version": "5.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/DamienHarper/auditor-bundle.git",
|
|
|
+ "reference": "2f1022db8d249b74971861d472a813a3c0a97018"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/DamienHarper/auditor-bundle/zipball/2f1022db8d249b74971861d472a813a3c0a97018",
|
|
|
+ "reference": "2f1022db8d249b74971861d472a813a3c0a97018",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "damienharper/auditor": "^2.0",
|
|
|
+ "doctrine/annotations": "^1.8",
|
|
|
+ "doctrine/doctrine-bundle": "^1.9|^2.0",
|
|
|
+ "doctrine/orm": "^2.7",
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": ">=7.4",
|
|
|
+ "symfony/asset": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/doctrine-bridge": "^4.4.19|^5.2.2|^6.0",
|
|
|
+ "symfony/event-dispatcher": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/lock": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/security-bundle": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/translation": "^4.0|^5.0|^6.0",
|
|
|
+ "symfony/twig-bundle": "^4.0|^5.0|^6.0",
|
|
|
+ "twig/extra-bundle": "^3.3",
|
|
|
+ "twig/intl-extra": "^3.3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/persistence": "<1.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "gedmo/doctrine-extensions": "^2.4|^3.0",
|
|
|
+ "matthiasnoback/symfony-dependency-injection-test": "^3.1|^4.0",
|
|
|
+ "nyholm/symfony-bundle-test": "1.x-dev",
|
|
|
+ "phpunit/phpunit": "^8.0|^9.0",
|
|
|
+ "symfony/browser-kit": "^4.0|^5.1",
|
|
|
+ "symfony/css-selector": "^5.1",
|
|
|
+ "symfony/framework-bundle": "^4.4|^5.0",
|
|
|
+ "symfony/var-dumper": "^4.0|^5.0",
|
|
|
+ "symfony/webpack-encore-bundle": "^1.12",
|
|
|
+ "twig/extensions": "^1.5"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "DH\\AuditorBundle\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Damien Harper",
|
|
|
+ "email": "damien.harper@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Integrate auditor library in your Symfony projects.",
|
|
|
+ "keywords": [
|
|
|
+ "Audit",
|
|
|
+ "audit-log",
|
|
|
+ "audit-trail",
|
|
|
+ "auditor",
|
|
|
+ "doctrine"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/DamienHarper/auditor-bundle/issues",
|
|
|
+ "source": "https://github.com/DamienHarper/auditor-bundle/tree/5.0.2"
|
|
|
+ },
|
|
|
+ "time": "2022-03-31T15:48:33+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "doctrine/annotations",
|
|
|
"version": "1.13.2",
|
|
|
@@ -6513,6 +6664,75 @@
|
|
|
],
|
|
|
"time": "2022-05-10T14:24:36+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/options-resolver",
|
|
|
+ "version": "v5.4.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/options-resolver.git",
|
|
|
+ "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8",
|
|
|
+ "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-php73": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\OptionsResolver\\": ""
|
|
|
+ },
|
|
|
+ "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": "Provides an improved replacement for the array_replace PHP function",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "config",
|
|
|
+ "configuration",
|
|
|
+ "options"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/options-resolver/tree/v5.4.3"
|
|
|
+ },
|
|
|
+ "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-02T09:53:40+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/password-hasher",
|
|
|
"version": "v5.4.8",
|
|
|
@@ -9212,6 +9432,154 @@
|
|
|
],
|
|
|
"time": "2022-01-26T16:32:32+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "twig/extra-bundle",
|
|
|
+ "version": "v3.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/twigphp/twig-extra-bundle.git",
|
|
|
+ "reference": "2e58256b0e9fe52f30149347c0547e4633304765"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
|
|
|
+ "reference": "2e58256b0e9fe52f30149347c0547e4633304765",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/framework-bundle": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/twig-bundle": "^4.4|^5.0|^6.0",
|
|
|
+ "twig/twig": "^2.7|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "league/commonmark": "^1.0|^2.0",
|
|
|
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
|
|
|
+ "twig/cache-extra": "^3.0",
|
|
|
+ "twig/cssinliner-extra": "^2.12|^3.0",
|
|
|
+ "twig/html-extra": "^2.12|^3.0",
|
|
|
+ "twig/inky-extra": "^2.12|^3.0",
|
|
|
+ "twig/intl-extra": "^2.12|^3.0",
|
|
|
+ "twig/markdown-extra": "^2.12|^3.0",
|
|
|
+ "twig/string-extra": "^2.12|^3.0"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Twig\\Extra\\TwigExtraBundle\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A Symfony bundle for extra Twig extensions",
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "bundle",
|
|
|
+ "extra",
|
|
|
+ "twig"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.4.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-04T13:58:53+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "twig/intl-extra",
|
|
|
+ "version": "v3.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/twigphp/intl-extra.git",
|
|
|
+ "reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
|
|
|
+ "reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/intl": "^4.4|^5.0|^6.0",
|
|
|
+ "twig/twig": "^2.7|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Twig\\Extra\\Intl\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A Twig extension for Intl",
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "intl",
|
|
|
+ "twig"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/twigphp/intl-extra/tree/v3.4.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-02T10:02:25+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "twig/twig",
|
|
|
"version": "v3.4.1",
|
|
|
@@ -10430,5 +10798,5 @@
|
|
|
"ext-iconv": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.2.0"
|
|
|
+ "plugin-api-version": "2.3.0"
|
|
|
}
|