-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 961 Bytes
/
composer.json
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
26
27
28
29
30
31
32
33
34
35
{
"name": "abricoder/winword",
"version": "1.0.0",
"type": "library",
"description": "This is AbriCoder project WinWord library",
"keywords": ["abricoder" , "winword"],
"homepage": "https://gitlab.com/mrtzaj/winword",
"authors": [
{
"name": "Morteza Jamali",
"email": "[email protected]",
"homepage": "https://abricoder.ir",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0" ,
"winword/core" : "*" ,
"hassankhan/config": "^2.1" ,
"phug/phug": "^1.6" ,
"swiftmailer/swiftmailer": "^6.0" ,
"illuminate/database": "^7.0" ,
"illuminate/events": "^7.0"
},
"autoload": {
"psr-4": {
"WinWord\\": ""
}
} ,
"scripts": {
"create-controller" : "WinWordCore\\cli\\Controller::create"
},
"minimum-stability": "dev",
"prefer-stable": true
}