-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
45 lines (45 loc) · 1.11 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
{
"name": "helsingborg-stad/job-listings",
"description": "Improt available jobs",
"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": "Johan Silvergrund",
"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"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"autoload": {
"psr-4": {
"JobListings\\": "source/php/"
}
},
"version": "4.1.5"
}