-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
49 lines (49 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "pinahq/framework",
"description": "The Pina2 Framework.",
"keywords": [
"framework",
"pina2"
],
"license": "MIT",
"homepage": "http://pinahq.com",
"support": {
"issues": "https://github.com/pinahq/framework/issues",
"source": "https://github.com/pinahq/framework"
},
"authors": [
{
"name": "Alex Yashin",
"email": "[email protected]"
}
],
"bin": [
"pinacli.php"
],
"require": {
"php": ">=7.2",
"psr/container": "^1.0",
"smarty/smarty": "2.6.*",
"alex-yashin/php-simple-html": "dev-main#85de8922fad5fb89d4ffe33db0e67f37c54dca07",
"monolog/monolog": "1.23.*",
"symfony/http-foundation": "^5.0",
"league/climate": "3.2.*",
"league/csv": "^8.1",
"pinahq/sql-parser": "0.3",
"peppeocchi/php-cron-scheduler": "3.*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-mysqli": "*",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "6.*"
},
"autoload": {
"psr-4": {
"Pina\\": "src/Pina/"
}
},
"minimum-stability": "dev"
}