forked from danmichaelo/croptool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.05 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "danmichaelo/croptool",
"description": "Tool for cropping images at Wikimedia sites",
"require": {
"php": "~5.5|~7.0",
"ext-exif": "*",
"ext-imagick": "*",
"ext-curl": "*",
"danmichaelo/coma": "dev-master",
"rollbar/rollbar": "^0.18",
"monolog/monolog": "~1.13",
"defuse/php-encryption": "^2.0",
"php-di/php-di": "^5.3",
"php-di/slim-bridge": "^1.0",
"slim/slim": "^3.0",
"pastuhov/php-exec-command": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|5.*",
"there4/slim-test-helpers": "^2.1",
"mockery/mockery": "^0.9.5",
"fzaninotto/faker": "^1.6",
"codeclimate/php-test-reporter": "^0.3.2"
},
"autoload": {
"psr-4": { "CropTool\\": "src/php/" }
},
"autoload-dev": {
"psr-0": { "": "tests/integration" }
},
"license": "MIT",
"authors": [
{
"name": "Dan Michael O. Heggø",
"email": "danmichaelo@gmail.com"
}
]
}