forked from irontec/typescript-generator-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 890 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
{
"name": "irontec/typescript-generator-bundle",
"description": "Bundle to generate TypeScript elements based on a Symfony project",
"keywords": ["symfony", "TypeScript", "doctrine", "entity"],
"homepage": "https://www.irontec.com",
"license": "EUPL-1.1",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Irontec\\TypeScriptGeneratorBundle\\": ""
}
},
"authors" : [{
"name" : "Irontec",
"email" : "info@irontec.com",
"homepage" : "https://www.irontec.com"
}, {
"name" : "Daniel Rendon",
"homepage" : "https://github.com/ddniel16"
}
],
"require" : {
"php": "^7.4|^8",
"symfony/console": "^5.0.2|^6",
"symfony/filesystem": "^5.0.2|^6",
"symfony/finder": "^5.0.2|^6",
"phlak/semver": "^3.0.1"
}
}