Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/local-application/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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",
"email": "mesilov.maxim@gmail.com"
}
],
"require": {
"mesilov/bitrix24-php-sdk": "dev-feature/390-prepare-publish-2-0",
"bitrix24/b24phpsdk": "dev-main",
"monolog/monolog": "^3",
"symfony/dotenv": "^7"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/webhook/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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",
"email": "mesilov.maxim@gmail.com"
}
],
"require": {
"mesilov/bitrix24-php-sdk": "dev-feature/390-prepare-publish-2-0",
"bitrix24/b24phpsdk": "dev-main",
"monolog/monolog": "^3",
"symfony/dotenv": "^7"
},
Expand Down