-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.json
40 lines (38 loc) · 949 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
37
38
39
40
{
"name": "phalcon/vokuro",
"description": "This is a sample application for the Phalcon PHP Framework",
"version": "1.2.0",
"keywords": [
"phalcon",
"framework",
"sample app",
"vokuro"
],
"type": "library",
"license": "BSD-3",
"homepage": "https://www.phalconphp.com",
"authors" : [
{
"name" : "Andres Gutierrez",
"email" : "[email protected]"
},
{
"name" : "Mark Garrett",
"email" : "[email protected]"
}
],
"require": {
"php": ">=5.5",
"ext-phalcon": "~3.0",
"swiftmailer/swiftmailer": "^5.4",
"aws/aws-sdk-php": "~3.0",
"nfephp-org/sped-nfe": "^5.0",
"nfephp-org/nfephp": "^4.0"
},
"autoload": {
"nfephp-org/nfephp": {"Vokuro\\Controllers": "./vendor"}
},
"require-dev": {
"phalcon/dd": "~1.1.0"
}
}