-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
42 lines (42 loc) · 1.24 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
37
38
39
40
41
42
{
"name": "jan-drda/laravel-google-custom-search-engine",
"description": "Laravel package to get Google Custom Search results from Google Custom Search Engine API for both free and paid version.",
"homepage": "https://github.com/jdrda/laravel-google-custom-search-engine",
"keywords":
[
"search",
"google",
"custom",
"engine",
"free",
"paid",
"laravel"
],
"license": "MIT",
"authors": [
{
"name": "Jan Drda",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/jdrda/laravel-google-custom-searchengine/issues",
"wiki": "https://github.com/jdrda/laravel-google-custom-searchengine/wiki",
"source": "https://github.com/jdrda/laravel-google-custom-searchengine/archive/master.zip"
},
"require": {
"php": ">=5.4.0",
"illuminate/support": ">=5.0.0"
},
"autoload": {
"psr-0": {
"JanDrda\\LaravelGoogleCustomSearchEngine": "src/"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}