Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-tech committed Jun 12, 2020
1 parent 4f4288f commit b233c31
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
examples/
logs/

23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "andrey-tech/bitrix24-api-php",
"description": "Обертка для работы с API Битрикс24 с использованием механизма входящих вебхуков, троттлингом запросов и логированием в файл",
"homepage": "https://github.com/andrey-tech/bitrix24-api-php",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "andrey-tech",
"homepage": "https://github.com/andrey-tech/",
"role": "Developer"
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"App\\": "src/App",
"App\\Bitrix24\\": "src/App/Bitrix24"
}
}
}

0 comments on commit b233c31

Please sign in to comment.