-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.04 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "aneya/aneya",
"description": "Aneya Framework",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Paschalis Pagonidis",
"email": "team@aneya.dev"
}
],
"require": {
"defuse/php-encryption": "^2.3",
"firebase/php-jwt": "v5.5.*",
"guzzlehttp/guzzle": "^7.4.1",
"guzzlehttp/psr7": "^2.1.0",
"php-http/guzzle7-adapter": "1.0.0",
"php-http/message": "^1.12",
"phpmailer/phpmailer": "^6.5",
"league/climate": "^3.7.0",
"matthiasmullie/minify": "1.3.*",
"monolog/monolog": "^2.3",
"ramsey/uuid": "^4.2",
"taq/pdooci": "1.0.*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-imagick": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-posix": "*",
"ext-zlib": "*"
},
"require-dev": {
"composer/semver": "3.2.*",
"phpunit/phpunit": "9.5.*",
"codeception/codeception": "4.1.*",
"codeception/module-phpbrowser": "^2.0",
"codeception/module-asserts": "^2.0",
"codeception/module-db": "^2.0"
}
}