forked from andrewscaya/mod_simpleemailform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.php54.json
70 lines (70 loc) · 1.79 KB
/
composer.php54.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "mod_simpleemailform",
"description": "Joomla module: mod_simpleemailform",
"type": "project",
"license": "GPL-2.0",
"keywords": [
"joomla",
"simple email form",
"module",
"extension"
],
"homepage": "http://joomla.unlikelysource.org/",
"authors": [
{
"name": "Doug Bierer",
"email": "[email protected]",
"homepage": "http://unlikelysource.net/"
},
{
"name": "Andrew Caya",
"email": "[email protected]",
"homepage": "https://github.com/andrewscaya",
"role": "Developer"
},
{
"name": "Martin Beaudry",
"email": "[email protected]",
"homepage": "https://github.com/martinbeaudry",
"role": "Developer"
}
],
"require": {
"php": "^5.3 || ^7.0"
},
"require-dev": {
"joomla/framework": "*",
"squizlabs/php_codesniffer": "*",
"se/selenium-server-standalone": "*",
"codeception/codeception": "*",
"joomla-projects/joomla-browser": "*"
},
"autoload": {
"psr-0": {
"sef": "./sef",
"sefv2": "./sefv2",
"joomla": "./lib"
},
"classmap": [
"./",
"./tests/unit"
],
"exclude-from-classmap": [
"./vendor/codeception",
"./vendor/joomla-projects",
"./vendor/consolidation"
]
},
"scripts": {
"check": [
"@cs",
"@test",
"@cc"
],
"cs": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit",
"cc": "codecept run acceptance",
"apidocs": "phpdoc --template=responsive-twig"
}
}