forked from mindstellar/Osclass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.16 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"name": "navjottomer/osclass",
"type": "project",
"description": "With Osclass, get your own classifieds site for free. Build your own Osclass installation and start advertising real estate, jobs or whatever you want- in minutes! ",
"keywords": ["osclass","classified","open-source","php-classified","cms"],
"homepage": "https://github.com/navjottomer/osclass",
"license": "Apache-2.0",
"authors": [
{
"name": "Osclass Community",
"homepage": "https://github.com/navjottomer/Osclass/graphs/contributors"
}
],
"config": {
"vendor-dir": "oc-includes/vendor",
"optimize-autoloader": true
},
"require": {
"php": ">=5.6.20",
"ext-json": "*",
"ext-openssl": "*",
"ext-mysqli": "*",
"ext-zip": "*",
"ext-curl": "*",
"ext-posix": "*",
"ext-fileinfo": "*",
"ezyang/htmlpurifier": "4.11.x",
"phpmailer/phpmailer": "5.2.x",
"pclzip/pclzip": "2.8.2",
"phpseclib/phpseclib": "2.0.x",
"pensiero/php-openssl-cryptor": "0.1.0",
"google/recaptcha": "1.1.x",
"gettext/gettext": "4.6.x"
},
"require-dev": {
"roave/security-advisories": "dev-master"
}
}