diff --git a/composer.json b/composer.json index dcef3d5..0913892 100644 --- a/composer.json +++ b/composer.json @@ -3,31 +3,21 @@ "description": "Symfony bundle to secure atoolo applications", "license": "MIT", "type": "symfony-bundle", - "authors": [{ - "name": "veltrup", - "email": "veltrup@sitepark.com" - }], - "autoload": { - "psr-4": { - "Atoolo\\Security\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Atoolo\\Security\\Test\\": "test/" + "authors": [ + { + "name": "veltrup", + "email": "veltrup@sitepark.com" } - }, - "minimum-stability": "dev", - "prefer-stable": true, + ], "require": { "php": ">=8.1 <8.4.0", + "lexik/jwt-authentication-bundle": "^2.13", "symfony/config": "^6.3 || ^7.0", "symfony/dependency-injection": "^6.3 || ^7.0", - "symfony/http-kernel": "^6.3 || ^7.0", "symfony/http-foundation": "^6.3 || ^7.0", - "symfony/yaml": "^6.3 || ^7.0", + "symfony/http-kernel": "^6.3 || ^7.0", "symfony/security-core": "^6.3 || ^7.0", - "lexik/jwt-authentication-bundle": "^2.13" + "symfony/yaml": "^6.3 || ^7.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", @@ -37,8 +27,35 @@ "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.7" }, + "minimum-stability": "dev", + "prefer-stable": true, + "autoload": { + "psr-4": { + "Atoolo\\Security\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Atoolo\\Security\\Test\\": "test/" + } + }, + "config": { + "allow-plugins": { + "infection/extension-installer": true, + "dealerdirect/phpcodesniffer-composer-installer": true + }, + "optimize-autoloader": true, + "preferred-install": { + "*": "dist" + }, + "sort-packages": true + }, + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, "scripts": { - "post-install-cmd": "phive --no-progress install --force-accept-unsigned --trust-gpg-keys C00543248C87FB13,4AA394086372C20A,CF1A108D0E7AE720,51C67305FFC2E5C0", "analyse": [ "@analyse:phplint", @@ -63,20 +80,7 @@ "test": [ "@test:phpunit" ], - "test:phpunit": "./tools/phpunit.phar -c phpunit.xml --coverage-text", - "test:infection": "vendor/bin/infection --threads=8 --no-progress --only-covered -s || exit 0" - }, - "config": { - "optimize-autoloader": true, - "preferred-install": { - "*": "dist" - }, - "sort-packages": true, - "allow-plugins": { - "infection/extension-installer": true, - "dealerdirect/phpcodesniffer-composer-installer": true - } - }, - "repositories": { + "test:infection": "vendor/bin/infection --threads=8 --no-progress --only-covered -s || exit 0", + "test:phpunit": "./tools/phpunit.phar -c phpunit.xml --coverage-text" } } diff --git a/composer.lock b/composer.lock index 6221829..b53bd4b 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": "2ce7e11da4ff719edecb9be187b8916a", + "content-hash": "7909bb3ea883caa5404422dad1f8d2c0", "packages": [ { "name": "lcobucci/clock", @@ -3654,12 +3654,12 @@ "version": "v5.2.13", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", + "url": "https://github.com/jsonrainbow/json-schema.git", "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", "shasum": "" }, @@ -3714,8 +3714,8 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/v5.2.13" }, "time": "2023-09-26T02:20:38+00:00" }, @@ -4894,8 +4894,8 @@ "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3", "neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9", - "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", - "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", + "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", + "neos/swiftmailer": "<5.4.5", "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", @@ -5095,7 +5095,7 @@ "sylius/grid-bundle": "<1.10.1", "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1", "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", - "sylius/sylius": "<1.12.16|>=1.13.0.0-alpha1,<1.13.1", + "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2|>=1.12.0.0-alpha1,<1.12.16|>=1.13.0.0-alpha1,<1.13.1", "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", "symbiote/silverstripe-seed": "<6.0.3", @@ -5184,6 +5184,7 @@ "uvdesk/core-framework": "<=1.1.1", "vanilla/safecurl": "<0.9.2", "verbb/comments": "<1.5.5", + "verbb/formie": "<2.1.6", "verbb/image-resizer": "<2.0.9", "verbb/knock-knock": "<1.2.8", "verot/class.upload.php": "<=2.1.6", @@ -5215,7 +5216,7 @@ "wpanel/wpanel4-cms": "<=4.3.1", "wpcloud/wp-stateless": "<3.2", "wpglobus/wpglobus": "<=1.9.6", - "wwbn/avideo": "<=12.4", + "wwbn/avideo": "<14.3", "xataface/xataface": "<3", "xpressengine/xpressengine": "<3.0.15", "yab/quarx": "<2.4.5", @@ -6853,5 +6854,5 @@ "php": ">=8.1 <8.4.0" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }