-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 863 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
36
{
"name": "technosailor/photogramappy",
"description":"WordPress plugin to allow location tagging of photographs. Requires PHP 7.2 and WordPress 4.9.9+",
"keywords":[
"photography",
"gis",
"mapping"
],
"authors":[
{
"name":"Aaron Brazell",
"email":"aaron@technosailor.com",
"homepage":"http://github.com/technosailor"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"php-di/php-di": "^6.0",
"inpsyde/metabox-orchestra": "^0.4.1"
},
"require-dev": {
"wp-cli/wp-cli": "^1.5.1",
"lucatume/function-mocker": "~1.0",
"phpunit/phpunit": "^6",
"php-http/httplug": "^1.1",
"codeception/codeception": "^2.5",
"vlucas/phpdotenv": "^2.5",
"lucatume/wp-browser": "^2.2."
},
"autoload": {
"psr-4": {
"Technosailor\\Photogramappy\\":"src"
}
}
}