forked from frenzyapp/turbolinks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 896 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
{
"name": "efficiently/turbolinks",
"description": "Turbolinks makes following links in your web application faster with Laravel 4.1+",
"keywords": [
"laravel", "turbolinks", "javascript", "jquery", "jquery.turbolinks",
"larasset", "asset", "ajax", "pjax"
],
"license": "MIT",
"authors": [
{
"name": "Studio Frénétic",
"email": "[email protected]"
},
{
"name": "Tortue Torche",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.1",
"helthe/turbolinks": "~1.4"
},
"autoload": {
"psr-0": {
"Efficiently\\Turbolinks\\": "src/"
}
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "dev"
}