-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
95 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,64 @@ | ||
{ | ||
"name": "elnadrion/tools.twig", | ||
"description": "Модуль подключения шаблонизатора twig к битриксу", | ||
"keywords": ["bitrix", "1С Битрикс", "twig", "шаблонизатор"], | ||
"license": "MIT", | ||
"support": { | ||
"source": "https://github.com/Elnadrion/tools.twig.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Журов Михаил", | ||
"email": "[email protected]" | ||
"name": "elnadrion/tools.twig", | ||
"description": "Модуль подключения шаблонизатора twig к битриксу", | ||
"keywords": [ | ||
"bitrix", | ||
"1С Битрикс", | ||
"twig", | ||
"шаблонизатор" | ||
], | ||
"license": "MIT", | ||
"support": { | ||
"source": "https://github.com/Elnadrion/tools.twig.git" | ||
}, | ||
{ | ||
"name": "Лавриненко Максим", | ||
"email": "[email protected]" | ||
"authors": [ | ||
{ | ||
"name": "Журов Михаил", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Лавриненко Максим", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Elnadrion", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2.5", | ||
"twig/twig": "~3.0" | ||
}, | ||
{ | ||
"name": "Elnadrion", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2.5", | ||
"twig/twig": "~3.0", | ||
"symfony/var-dumper": "^5.0|^6.0|^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Maximaster\\": "src/Maximaster/", | ||
"Maximaster\\Tools\\Twig\\Test\\": "tests/" | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.7", | ||
"goaop/framework": "dev-autoload_unregister_bugfix", | ||
"symfony/var-dumper": "^5.0|^6.0|^7.0", | ||
"symplify/easy-coding-standard": "^12.1.14" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Maximaster\\": "src/Maximaster/", | ||
"Maximaster\\Tools\\Twig\\Test\\": "tests/" | ||
}, | ||
"files": [ | ||
"src/Maximaster/functions.php" | ||
] | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/mlavrinenko/framework" | ||
} | ||
], | ||
"suggest": { | ||
"goaop/framework": "Для того чтобы использовать twig-шаблоны для стандартных компонент работающих в ajax-режиме, необходимо подключить доп. зависимость. Требуется специальная исправленная версия (https://github.com/mlavrinenko/framework#dev-autoload_unregister_bugfix) и php 5.6+" | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit" | ||
}, | ||
"files": ["src/Maximaster/functions.php"] | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.7", | ||
"goaop/framework": "dev-autoload_unregister_bugfix", | ||
"symplify/easy-coding-standard": "^11.0" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/mlavrinenko/framework" | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
} | ||
} | ||
], | ||
"suggest": { | ||
"goaop/framework": "Для того чтобы использовать twig-шаблоны для стандартных компонент работающих в ajax-режиме, необходимо подключить доп. зависимость. Требуется специальная исправленная версия (https://github.com/mlavrinenko/framework#dev-autoload_unregister_bugfix) и php 5.6+" | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters