-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 935 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
36
{
"name": "machitgarha/parvaj",
"description": "Easy and fast VHDL simulation tool, integrating GHDL and GTKWave",
"type": "project",
"homepage": "https://github.com/machitgarha/parvaj",
"license": "AGPL-3.0",
"authors": [{
"name": "Mohammad Amin Chitgarha",
"email": "machitgarha@outlook.com",
"role": "Maintainer"
}],
"config": {
"platform": {
"php": "8.0.28"
}
},
"require": {
"php": "^8.0",
"symfony/process": "^5.4",
"symfony/console": "^5.4",
"symfony/cache": "^5.4",
"symfony/filesystem": "^5.4",
"machitgarha/phirs": "^0.1.0",
"hassankhan/config": "^3.1",
"machitgarha/pusheh": "^0.3.0"
},
"autoload": {
"psr-4": {
"MAChitgarha\\Parvaj\\": "src"
}
},
"require-dev": {
"php": "^8.0",
"phan/phan": "^5.4"
}
}