forked from helsingborg-stad/Modularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 2.06 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
58
59
60
{
"name": "helsingborg-stad/modularity",
"description": "Modular component system for WordPress",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Kristoffer Svanmark",
"email": "[email protected]"
},
{
"name": "Sebastian Thulin",
"email": "[email protected]"
},
{
"name": "Nikolas Ramstedt",
"email": "[email protected]"
},
{
"name": "Karl Pettersson",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/helsingborg-stad/acf-export-manager.git"
}
],
"require": {
"composer/installers": "~1.0",
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"helsingborg-stad/blade-component-library": "dev-master",
"helsingborg-stad/global-blade-engine": "^1.2",
"symfony/debug": "^4.0",
"symfony/finder": "4.4.8",
"symfony/polyfill-mbstring": "1.17.0",
"symfony/translation": "5.0.8",
"symfony/translation-contracts": "2.0.1",
"illuminate/container": "^5.8.36",
"illuminate/contracts": "^5.8.36",
"illuminate/events": "^5.8.36",
"illuminate/filesystem": "^5.8.36",
"illuminate/support": "^5.8.36",
"illuminate/view": "^5.8.36",
"doctrine/inflector": "^1.4.1",
"nesbot/carbon": "^2.34.0",
"psr/container": "^1.0.0",
"psr/log": "^1.1.3",
"psr/simple-cache": "^1.0.1",
"shortpixel/shortpixel-php": "^1.4",
"johannheyne/advanced-custom-fields-table-field": "dev-master",
"clark-nikdel-powell/post-type-select-for-acf": "dev-master",
"jeradin/acf-website-field": "dev-master",
"ooksanen/acf-focuspoint": "dev-master",
"jeradin/acf-dynamic-table-field": "dev-master",
"enshrined/svg-sanitize": "dev-master"
}
}