forked from helsingborg-stad/Modularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 972 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
35
{
"name": "helsingborg-stad/modularity",
"description": "Modular component system for WordPress",
"type": "wordpress-plugin",
"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",
"philo/laravel-blade": "^3.1",
"helsingborg-stad/acf-export-manager": ">=1.0.0"
}
}