-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 928 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 928 Bytes
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
{
"require": {
"ext-phalcon": "~5.0",
"ext-redis": "~6.0",
"ext-apcu": "*",
"ext-gd": "*",
"ext-pdo": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-fileinfo": "*",
"ext-zend-opcache": "*",
"guzzlehttp/guzzle": "^7.9",
"peppeocchi/php-cron-scheduler": "^4.0",
"hightman/xunsearch": "^1.4",
"league/commonmark": "^2.8",
"intervention/image": "^3.11",
"stripe/stripe-php": "^17.0",
"paypal/paypal-server-sdk": "^1.0",
"phpmailer/phpmailer": "^6.10",
"whichbrowser/parser": "^2.1",
"robmorgan/phinx": "^0.16"
},
"require-dev": {
"xiaochong0302/phalcon-ide-stubs": "^5.9",
"odan/phinx-migrations-generator": "^6.3"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://repo.packagist.org"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}