diff --git a/composer.json b/composer.json index 8feaf3f91..4f7222c54 100644 --- a/composer.json +++ b/composer.json @@ -1,58 +1,66 @@ { - "name": "prestashopcorp/ps_accounts", - "config": { - "preferred-install": "dist", - "platform": { - "php": "5.6" - }, - "optimize-autoloader": true, - "prepend-autoloader": false + "name": "prestashopcorp/ps_accounts", + "description": "PS Accounts authentifies stores in the PrestaShop Cloud, which enable secure communications for any PrestaShop modules.", + "type": "prestashop-module", + "authors": [ + { + "name": "Account team", + "email": "account-support@prestashop.com", + "homepage": "https://github.com/PrestaShopCorp/ps_accounts", + "role": "Maintainer" + } + ], + "license": "OSL-3.0", + "config": { + "preferred-install": "dist", + "platform": { + "php": "5.6" }, - "autoload": { - "psr-4": { - "PrestaShop\\Module\\PsAccounts\\": "src/", - "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\": "vendor/guzzlehttp/guzzle/src", - "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\Promise\\": "vendor/guzzlehttp/promises/src", - "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\Psr7\\": "vendor/guzzlehttp/psr7/src", - "PrestaShop\\Module\\PsAccounts\\Vendor\\League\\OAuth2\\Client\\": "vendor/league/oauth2-client/src", - "PrestaShop\\Module\\PsAccounts\\Vendor\\Lcobucci\\JWT\\": "vendor/lcobucci/jwt/src" - }, - "classmap": [ - "ps_accounts.php", - "controllers/" - ] + "optimize-autoloader": true, + "prepend-autoloader": false + }, + "autoload": { + "psr-4": { + "PrestaShop\\Module\\PsAccounts\\": "src/", + "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\": "vendor/guzzlehttp/guzzle/src", + "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\Promise\\": "vendor/guzzlehttp/promises/src", + "PrestaShop\\Module\\PsAccounts\\Vendor\\GuzzleHttp\\Psr7\\": "vendor/guzzlehttp/psr7/src", + "PrestaShop\\Module\\PsAccounts\\Vendor\\League\\OAuth2\\Client\\": "vendor/league/oauth2-client/src", + "PrestaShop\\Module\\PsAccounts\\Vendor\\Lcobucci\\JWT\\": "vendor/lcobucci/jwt/src" }, - "autoload-dev": { - "psr-4": { - "PrestaShop\\Module\\PsAccounts\\Tests\\": "tests/" - } - }, - "require": { - "php": ">=5.6", - "phpseclib/phpseclib": "^2.0", - "ext-json": "*", - "lcobucci/jwt": "^3.3", - "monolog/monolog": "1.25.3", - "prestashop/module-lib-service-container": "^1.2", - "sentry/sentry": "^1.0", - "segmentio/analytics-php": "^1.8", - "ramsey/uuid": "^3.9", - "prestashopcorp/oauth2-prestashop": "^2.0", - "guzzlehttp/guzzle": "^6.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7", - "prestashop/php-dev-tools": "3.*", - "friendsofphp/php-cs-fixer": "^2.16", - "fzaninotto/faker": "^1.9" - }, - "scripts": { - "set-license-header": [ - "@php ./vendor/bin/header-stamp --license=\"assets/afl.txt\" --exclude=\".github,node_modules,vendor,vendor,tests,_dev\"" - ], - "phpunit": "docker exec -u www-data -ti phpunit-dev ./vendor/bin/phpunit --configuration './phpunit.xml' --test-suffix 'Test.php,.phpt'" - }, - "author": "PrestaShop", - "license": "AFL-3.0", - "type": "prestashop-module" + "classmap": [ + "ps_accounts.php", + "controllers/" + ] + }, + "autoload-dev": { + "psr-4": { + "PrestaShop\\Module\\PsAccounts\\Tests\\": "tests/" + } + }, + "require": { + "php": ">=5.6", + "phpseclib/phpseclib": "^2.0", + "ext-json": "*", + "lcobucci/jwt": "^3.3", + "monolog/monolog": "1.25.3", + "prestashop/module-lib-service-container": "^1.2", + "sentry/sentry": "^1.0", + "segmentio/analytics-php": "^1.8", + "ramsey/uuid": "^3.9", + "prestashopcorp/oauth2-prestashop": "^2.0", + "guzzlehttp/guzzle": "^6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7", + "prestashop/php-dev-tools": "3.*", + "friendsofphp/php-cs-fixer": "^2.16", + "fzaninotto/faker": "^1.9" + }, + "scripts": { + "set-license-header": [ + "@php ./vendor/bin/header-stamp --license=\"assets/afl.txt\" --exclude=\".github,node_modules,vendor,vendor,tests,_dev\"" + ], + "phpunit": "docker exec -u www-data -ti phpunit-dev ./vendor/bin/phpunit --configuration './phpunit.xml' --test-suffix 'Test.php,.phpt'" + } } diff --git a/composer.lock b/composer.lock index 19138d50c..542918635 100644 --- a/composer.lock +++ b/composer.lock @@ -4404,16 +4404,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.10.0", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "57e09801c2fbae2d257b8b75bebb3deeb7e9deb2" + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/57e09801c2fbae2d257b8b75bebb3deeb7e9deb2", - "reference": "57e09801c2fbae2d257b8b75bebb3deeb7e9deb2", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", "shasum": "" }, "require": { @@ -4480,7 +4480,7 @@ "type": "open_collective" } ], - "time": "2024-05-20T08:11:32+00:00" + "time": "2024-05-22T21:24:41+00:00" }, { "name": "symfony/console",