-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
36 lines (36 loc) · 1.22 KB
/
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
{
"name": "snapsearch/snapsearch-client-php",
"description": "PHP HTTP Client Middleware Libraries for SnapSearch. Search engine optimisation for single page applications.",
"keywords": ["seo", "search engine optimisation", "javascript", "ajax", "angular", "ember", "knockout", "backbone", "extjs", "dojo"],
"homepage": "https://github.com/SnapSearch/SnapSearch-Client-PHP",
"license": "MIT",
"authors": [{
"name": "Roger Qiu",
"email": "[email protected]",
"homepage": "http://polycademy.com",
"role": "Founder and Developer"
}],
"require": {
"php": ">=5.3.3",
"ext-curl": "*",
"symfony/http-foundation": "~2.1"
},
"require-dev": {
"symfony/http-kernel": "~2.1",
"stack/builder" : "~1.0",
"stack/callable-http-kernel": "~1.0@dev",
"codeception/codeception": "1.8.3"
},
"suggest": {
"symfony/http-kernel": "Required for Stack PHP integration. Version ~2.1",
"stack/builder": "Required for elegant middleware construction. Version ~1.0"
},
"config": {
"bin-dir": "bin/"
},
"autoload": {
"psr-0": {
"SnapSearchClientPHP": "src"
}
}
}