Filippo Bertilotti
2 days ago 0085dcb4e3ab76219819b8a53950df1261c04453
composer.lock
@@ -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": "1a29797c514288e25436f737bcd414ed",
    "content-hash": "ea077d2dc37e37c3916eb46faf1bfddb",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -556,6 +556,67 @@
                }
            ],
            "time": "2023-10-06T06:47:41+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
            },
            "time": "2023-11-17T15:01:25+00:00"
        },
        {
            "name": "fruitcake/laravel-cors",
@@ -2085,6 +2146,84 @@
                }
            ],
            "time": "2024-01-28T23:22:08+00:00"
        },
        {
            "name": "mews/purifier",
            "version": "3.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/mewebstudio/Purifier.git",
                "reference": "d4d3830267eeda7b385d61dd680ace14dcf142df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/d4d3830267eeda7b385d61dd680ace14dcf142df",
                "reference": "d4d3830267eeda7b385d61dd680ace14dcf142df",
                "shasum": ""
            },
            "require": {
                "ezyang/htmlpurifier": "^4.16.0",
                "illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
                "illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
                "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "graham-campbell/testbench": "^3.2|^5.5.1|^6.1",
                "mockery/mockery": "^1.3.3",
                "phpunit/phpunit": "^8.0|^9.0|^10.0"
            },
            "suggest": {
                "laravel/framework": "To test the Laravel bindings",
                "laravel/lumen-framework": "To test the Lumen bindings"
            },
            "type": "package",
            "extra": {
                "laravel": {
                    "providers": [
                        "Mews\\Purifier\\PurifierServiceProvider"
                    ],
                    "aliases": {
                        "Purifier": "Mews\\Purifier\\Facades\\Purifier"
                    }
                }
            },
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Mews\\Purifier\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Muharrem ERİN",
                    "email": "me@mewebstudio.com",
                    "homepage": "https://github.com/mewebstudio",
                    "role": "Developer"
                }
            ],
            "description": "Laravel 5/6/7/8/9/10 HtmlPurifier Package",
            "homepage": "https://github.com/mewebstudio/purifier",
            "keywords": [
                "Laravel Purifier",
                "Laravel Security",
                "Purifier",
                "htmlpurifier",
                "laravel HtmlPurifier",
                "security",
                "xss"
            ],
            "support": {
                "issues": "https://github.com/mewebstudio/Purifier/issues",
                "source": "https://github.com/mewebstudio/Purifier/tree/3.4.2"
            },
            "time": "2024-03-20T16:18:22+00:00"
        },
        {
            "name": "monolog/monolog",
@@ -6014,6 +6153,90 @@
    ],
    "packages-dev": [
        {
            "name": "barryvdh/laravel-debugbar",
            "version": "v3.13.5",
            "source": {
                "type": "git",
                "url": "https://github.com/barryvdh/laravel-debugbar.git",
                "reference": "92d86be45ee54edff735e46856f64f14b6a8bb07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/92d86be45ee54edff735e46856f64f14b6a8bb07",
                "reference": "92d86be45ee54edff735e46856f64f14b6a8bb07",
                "shasum": ""
            },
            "require": {
                "illuminate/routing": "^9|^10|^11",
                "illuminate/session": "^9|^10|^11",
                "illuminate/support": "^9|^10|^11",
                "maximebf/debugbar": "~1.22.0",
                "php": "^8.0",
                "symfony/finder": "^6|^7"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.3",
                "orchestra/testbench-dusk": "^5|^6|^7|^8|^9",
                "phpunit/phpunit": "^9.6|^10.5",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.13-dev"
                },
                "laravel": {
                    "providers": [
                        "Barryvdh\\Debugbar\\ServiceProvider"
                    ],
                    "aliases": {
                        "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
                    }
                }
            },
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Barryvdh\\Debugbar\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                }
            ],
            "description": "PHP Debugbar integration for Laravel",
            "keywords": [
                "debug",
                "debugbar",
                "laravel",
                "profiler",
                "webprofiler"
            ],
            "support": {
                "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
                "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.13.5"
            },
            "funding": [
                {
                    "url": "https://fruitcake.nl",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/barryvdh",
                    "type": "github"
                }
            ],
            "time": "2024-04-12T11:20:37+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "2.0.0",
            "source": {
@@ -6330,6 +6553,74 @@
                "source": "https://github.com/laravel/sail"
            },
            "time": "2024-06-12T16:24:41+00:00"
        },
        {
            "name": "maximebf/debugbar",
            "version": "v1.22.6",
            "source": {
                "type": "git",
                "url": "https://github.com/maximebf/php-debugbar.git",
                "reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d7881b498f9e649610bf6ae91cdd6353859f75d2",
                "reference": "d7881b498f9e649610bf6ae91cdd6353859f75d2",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^4|^5|^6|^7"
            },
            "require-dev": {
                "dbrekelmans/bdi": "^1",
                "phpunit/phpunit": "^8|^9",
                "symfony/panther": "^1|^2.1",
                "twig/twig": "^1.38|^2.7|^3.0"
            },
            "suggest": {
                "kriswallsmith/assetic": "The best way to manage assets",
                "monolog/monolog": "Log using Monolog",
                "predis/predis": "Redis storage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.22-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "DebugBar\\": "src/DebugBar/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maxime Bouroumeau-Fuseau",
                    "email": "maxime.bouroumeau@gmail.com",
                    "homepage": "http://maximebf.com"
                },
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                }
            ],
            "description": "Debug bar in the browser for php application",
            "homepage": "https://github.com/maximebf/php-debugbar",
            "keywords": [
                "debug",
                "debugbar"
            ],
            "support": {
                "issues": "https://github.com/maximebf/php-debugbar/issues",
                "source": "https://github.com/maximebf/php-debugbar/tree/v1.22.6"
            },
            "time": "2024-09-16T11:47:59+00:00"
        },
        {
            "name": "mockery/mockery",
@@ -8504,5 +8795,5 @@
    "platform-overrides": {
        "php": "8.2"
    },
    "plugin-api-version": "2.3.0"
    "plugin-api-version": "2.6.0"
}