-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.65 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
58
59
60
{
"name": "phpugl/phpugl",
"description": "Page structure for PHP Usergroup Leipzig",
"authors": [
{
"name": "PHPUGL",
"email": "[email protected]"
}
],
"require": {
"php": ">= 5.3.0",
"bolt80/piecrust": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/phpugl/PieCrust.git"
},
{
"type": "package",
"package": {
"name": "geshi/geshi",
"version": "1.0.8.11",
"dist": {
"url": "https://sourceforge.net/projects/geshi/files/geshi/GeSHi%201.0.8.11/GeSHi-1.0.8.11.zip/download",
"type": "zip"
},
"autoload": {
"classmap": [ "geshi.php" ]
}
}
},
{
"type": "package",
"package": {
"name": "smartypants/smartypants",
"version": "1.5.1",
"dist": {
"url": "https://github.com/michelf/php-smartypants/archive/v1.5.1f.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "smartypants/smartypants-typographer",
"version": "1.0.1",
"dist": {
"url": "https://github.com/michelf/php-smartypants/archive/t1.0.1.zip",
"type": "zip"
}
}
}
]
}