This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (57 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name" : "apnet/jquery",
"description" : "jQuery for AsseticImporter",
"type" : "library",
"license" : "MIT",
"authors" : [
{
"name" : "Andrey F. Mindubaev",
"email" : "covex.mobile@gmail.com"
}
],
"require" : {
"php" : ">=5.3.0",
"apnet/assetic-importer-bundle" : "~1.4"
},
"require-dev" : {
"symfony/symfony" : "~2.3|~3.0",
"symfony/monolog-bundle" : "~2.3",
"jquery/jquery-source" : "~2.2",
"apnet/functional-test-bundle" : "~1.2",
"phpunit/phpunit" : "~4.0",
"apnet/coding-standard" : "~2.0",
"covex-nn/twig-callable-bridge-bundle" : "~1.1",
"knplabs/knp-markdown-bundle" : "~1.3"
},
"repositories" : [
{
"type" : "package",
"package" : {
"name" : "jquery/jquery-source",
"version" : "2.2.4",
"dist" : {
"url" : "https://github.com/jquery/jquery/archive/2.2.4.zip",
"type" : "zip"
},
"source" : {
"url" : "git@github.com:jquery/jquery.git",
"type" : "git",
"reference" : "2.2.4"
}
}
}
],
"autoload" : {
"psr-0" : {
"Apnet\\" : "src/"
}
},
"config" : {
"bin-dir" : "bin"
},
"extra" : {
"branch-alias" : {
"dev-master": "2.x-dev"
}
}
}