|
@@ -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": "93a34e1144d74e541d8c5372fbe3fbab",
|
|
|
+ "content-hash": "591afe61148528befe831f658c263d18",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "doctrine/cache",
|
|
@@ -1146,6 +1146,49 @@
|
|
|
],
|
|
|
"time": "2024-12-27T00:36:43+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "lorenzo/pinky",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://nexus.intra.cnaf/repository/composer-proxy/lorenzo/pinky/1.1.0/lorenzo-pinky-1.1.0.zip",
|
|
|
+ "reference": "e1b1bdb2c132b8a7ba32bca64d2443f646ddbd17",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-xsl": "*",
|
|
|
+ "php": ">=5.6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21 || ^9.5.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/pinky.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jose Lorenzo Rodriguez",
|
|
|
+ "email": "jose.zap@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A Foundation for Emails (Inky) template transpiler",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "foundation",
|
|
|
+ "inky",
|
|
|
+ "template",
|
|
|
+ "zurb"
|
|
|
+ ],
|
|
|
+ "time": "2023-07-31T13:36:50+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "3.8.1",
|
|
@@ -2100,6 +2143,62 @@
|
|
|
],
|
|
|
"time": "2024-12-07T12:07:30+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/css-selector",
|
|
|
+ "version": "v6.4.13",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://nexus.intra.cnaf/repository/composer-proxy/symfony/css-selector/v6.4.13/symfony-css-selector-v6.4.13.zip",
|
|
|
+ "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\CssSelector\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jean-François Simon",
|
|
|
+ "email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Converts CSS selectors to XPath expressions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "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": "2024-09-25T14:18:03+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/dependency-injection",
|
|
|
"version": "v6.4.16",
|
|
@@ -6425,6 +6524,111 @@
|
|
|
],
|
|
|
"time": "2024-09-25T14:18:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "tijsverkoyen/css-to-inline-styles",
|
|
|
+ "version": "v2.3.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://nexus.intra.cnaf/repository/composer-proxy/tijsverkoyen/css-to-inline-styles/v2.3.0/tijsverkoyen-css-to-inline-styles-v2.3.0.zip",
|
|
|
+ "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "^2.0",
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0",
|
|
|
+ "phpunit/phpunit": "^8.5.21 || ^9.5.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "TijsVerkoyen\\CssToInlineStyles\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Tijs Verkoyen",
|
|
|
+ "email": "css_to_inline_styles@verkoyen.eu",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
|
|
|
+ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
+ "time": "2024-12-21T16:25:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "twig/cssinliner-extra",
|
|
|
+ "version": "v3.18.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://nexus.intra.cnaf/repository/composer-proxy/twig/cssinliner-extra/v3.18.0/twig-cssinliner-extra-v3.18.0.zip",
|
|
|
+ "reference": "cef36c444b1cce4c0978d7aebd20427671a918f4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.0.2",
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
+ "tijsverkoyen/css-to-inline-styles": "^2.0",
|
|
|
+ "twig/twig": "^3.13|^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Twig\\Extra\\CssInliner\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A Twig extension to allow inlining CSS",
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "css",
|
|
|
+ "inlining",
|
|
|
+ "twig"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-09-03T13:08:40+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "twig/extra-bundle",
|
|
|
"version": "v3.18.0",
|
|
@@ -6490,6 +6694,67 @@
|
|
|
],
|
|
|
"time": "2024-09-26T19:22:23+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "twig/inky-extra",
|
|
|
+ "version": "v3.18.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://nexus.intra.cnaf/repository/composer-proxy/twig/inky-extra/v3.18.0/twig-inky-extra-v3.18.0.zip",
|
|
|
+ "reference": "60c92c2a435ccd95d7a852229f01098aaf7fbced",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "lorenzo/pinky": "^1.0.5",
|
|
|
+ "php": ">=8.0.2",
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
+ "twig/twig": "^3.13|^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Twig\\Extra\\Inky\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A Twig extension for the inky email templating engine",
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "emails",
|
|
|
+ "inky",
|
|
|
+ "twig"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-09-03T13:08:40+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "twig/twig",
|
|
|
"version": "v3.18.0",
|
|
@@ -8086,62 +8351,6 @@
|
|
|
],
|
|
|
"time": "2024-10-25T15:07:50+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/css-selector",
|
|
|
- "version": "v6.4.13",
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "http://nexus.intra.cnaf/repository/composer-proxy/symfony/css-selector/v6.4.13/symfony-css-selector-v6.4.13.zip",
|
|
|
- "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\CssSelector\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jean-François Simon",
|
|
|
- "email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Converts CSS selectors to XPath expressions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "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": "2024-09-25T14:18:03+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/debug-bundle",
|
|
|
"version": "v6.4.13",
|