Skip to content

Commit e1303e5

Browse files
committed
composer
1 parent 346307a commit e1303e5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "elenasimchenko/bitrix-learning-orm",
3+
"description": "Библиотека предоставляет инструменты для работы с таблицами модуля обучения через ORM d7",
4+
"keywords": ["bitrix", "битрикс", "orm", "d7", "learning"],
5+
"license": "MIT",
6+
"version": "0.1",
7+
"support": {
8+
"source": "https://github.com/elenasimchenko/bitrix-learning-orm"
9+
},
10+
"authors": [
11+
{
12+
"name": "Elena Simchenko",
13+
"email": "m.zhurov@maximaster.ru"
14+
}
15+
],
16+
"require": {
17+
"php": ">=7.3.0"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"Learning\\": "lib/"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)