diff --git a/examples/local-application/composer.json b/examples/local-application/composer.json index f8462c44..8cc49457 100644 --- a/examples/local-application/composer.json +++ b/examples/local-application/composer.json @@ -1,8 +1,8 @@ { - "name": "mesilov/bitrix24-php-sdk-webhook-example", - "description": "Example for work with bitrix24-php-sdk via webhook", + "name": "bitrix24/b24phpsdk-local-app-example", + "description": "Example for work with bitrix24-php-sdk with local application", "minimum-stability": "stable", - "license": "proprietary", + "license": "MIT", "authors": [ { "name": "Maksim Mesilov", @@ -10,7 +10,7 @@ } ], "require": { - "mesilov/bitrix24-php-sdk": "dev-feature/390-prepare-publish-2-0", + "bitrix24/b24phpsdk": "dev-main", "monolog/monolog": "^3", "symfony/dotenv": "^7" }, diff --git a/examples/webhook/composer.json b/examples/webhook/composer.json index f8462c44..bf6ba9fa 100644 --- a/examples/webhook/composer.json +++ b/examples/webhook/composer.json @@ -1,8 +1,8 @@ { - "name": "mesilov/bitrix24-php-sdk-webhook-example", + "name": "bitrix24/b24phpsdk-webhook-example", "description": "Example for work with bitrix24-php-sdk via webhook", "minimum-stability": "stable", - "license": "proprietary", + "license": "MIT", "authors": [ { "name": "Maksim Mesilov", @@ -10,7 +10,7 @@ } ], "require": { - "mesilov/bitrix24-php-sdk": "dev-feature/390-prepare-publish-2-0", + "bitrix24/b24phpsdk": "dev-main", "monolog/monolog": "^3", "symfony/dotenv": "^7" },