diff --git a/composer.json b/composer.json index 2b649e8da..795b19b1c 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "jms/serializer-bundle": "^5.4", "laminas/laminas-code": "^4.7.1", "lcobucci/jwt": "^4.3", - "mgargano/simplehtmldom": "~1.5", + "mgargano/simplehtmldom": "^1.5", "mnapoli/piwik-twig-extension": "^3.0", "nelmio/api-doc-bundle": "^4.16.2", "nelmio/cors-bundle": "^2.4", @@ -208,9 +208,9 @@ }, "config": { "allow-plugins": { - "phpstan/extension-installer": true, + "ergebnis/composer-normalize": true, "php-http/discovery": true, - "ergebnis/composer-normalize": true + "phpstan/extension-installer": true }, "bin-dir": "bin", "platform": { diff --git a/composer.lock b/composer.lock index d765c9c80..8e4721a9d 100644 --- a/composer.lock +++ b/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": "8ecb69d5eb2536de6459ad5c74c04ab2", + "content-hash": "c0050b756aaba6f8c2827bc0ec8c8b78", "packages": [ { "name": "babdev/pagerfanta-bundle",