forked from CakeDC/search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 893 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
{
"name": "jmenges/search",
"description": "Search Plugin for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "search", "prg", "post-redirect-get", "filter", "regex"],
"homepage": "http://github.com/jmenges/search",
"license": "MIT",
"authors": [
{
"name": "Cake Development Corporation",
"email": "team@cakedc.com",
"homepage": "http://cakedc.com"
},
{
"name": "Jonas Menges",
"email": "dev.menges.jonas@gmail.com"
}
],
"support": {
"email": "dev.menges.jonas@gmail.com",
"issues": "https://github.com/jmenges/search/issues",
"source": "https://github.com/jmenges/search"
},
"require": {
"php": ">=5.4.16",
"cakephp/plugin-installer": "*"
},
"require-dev": {
"cakephp/cakephp": "~3.0",
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"Search\\": "src",
"Search\\Test\\": "tests"
}
},
"minimum-stability": "dev"
}