-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
52 lines (52 loc) · 1.33 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
{
"name": "eventum/commonmark-extension-linktitle",
"description": "Markdown LinkTitle Extension for Eventum",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Elan Ruusamäe",
"email": "glen@pld-linux.org"
}
],
"repositories": [
{
"type": "composer",
"url": "https://eventum.github.io/composer/",
"only": [
"eventum/eventum",
"fonts/liberation",
"horde/text-flowed",
"horde/util",
"phplot/phplot",
"sphinx/php-sphinxapi"
]
}
],
"config": {
"platform": {
"php": "7.3.33"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Eventum\\Extension\\CommonMarkLinkTitle\\": "src/"
}
},
"conflict": {
"eventum/eventum": "<3.10.10"
},
"require": {
"php": "^7.3",
"m4tthumphrey/php-gitlab-api": "^9.18",
"php-http/guzzle6-adapter": "^1.0"
},
"require-dev": {
"eventum/eventum": "^3.10.10",
"horde/text-flowed": "dev-patch-1 as 2.0.3",
"horde/util": "dev-patch-1 as 2.5.8",
"league/commonmark": "^1.5.4",
"pimple/pimple": "^3.0.2",
"psr/log": "^1.1"
}
}