forked from alhimik1986/php-excel-templator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 681 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "alhimik1986/php-excel-templator",
"description": "PHP Spreadsheet extension for generating excel files from template",
"keywords": ["php", "excel", "template", "templator", "templater"],
"license": "MIT",
"authors": [
{
"name": "Sidorovich Nikolay",
"email": "sidorovich21101986@mail.ru"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"alhimik1986\\PhpExcelTemplator\\": "src"
}
},
"require": {
"php": "^7.4 || ^8.0",
"phpoffice/phpspreadsheet": ">=1.22"
},
"require-dev": {
"roave/security-advisories": "dev-master"
}
}