Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 802ba0e

Browse files
author
gregory
committed
Initial commit
0 parents  commit 802ba0e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/nbproject/
2+
/vendor/

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "ggrach/bitrix-debugger",
3+
"description": "Description of project BitrixDebugger.",
4+
"authors": [
5+
{
6+
"name": "GGrach",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"require": {}
11+
}

initializer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
// Need include this file in init.php

0 commit comments

Comments
 (0)