-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (35 loc) · 947 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": "tssaltan/its-php",
"description": "It's PHP framework",
"type": "framework",
"authors": [
{
"name": "tssaltan",
"email": "[email protected]"
}
],
"version":"dev-1.0",
"repositories":
[
{
"type": "git",
"url": "https://github.com/tssaltan/php-html-generator"
}
],
"require": {
"php":">=7.1",
"altorouter/altorouter": "1.1.0",
"andr-04/jquery.inputmask-multi": "1.2.0",
"dragonmantank/cron-expression": "2.2",
"minishlink/web-push": "6.0.5",
"phpmailer/phpmailer": "6.5.0",
"tssaltan/php-html-generator": "dev-master",
"telegram-bot/api": "^2.3",
"ovunctukenmez/samesite-cookie-setter": "dev-master",
"spomky-labs/base64url": "^2.0",
"stripe/stripe-php": "^10.18"
},
"autoload": {
"classmap": ["its-init.php"]
}
}