-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 897 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
37
38
39
40
{
"name": "lucid-fox/socialmagick",
"description": "Lucid Fox Social Magick – A Joomla 3 and 4 plugin to automatically generate Open Graph images.",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Crystal Dionysopoulos",
"homepage": "https://lucid-fox.com",
"role": "Creative Director"
},
{
"name": "Nicholas K. Dionysopoulos",
"homepage": "https://www.dionysopoulos.me",
"role": "Lead Developer"
}
],
"require": {
"php": "^7.2||^8.0",
"ext-fileinfo": "*",
"ext-json": "*"
},
"require-dev": {
"php-http/guzzle6-adapter": "^2.0",
"nyholm/psr7": "^1.0",
"knplabs/github-api": "^3.0",
"czproject/git-php": "^4.0.0",
"composer/ca-bundle": "^1.2",
"rector/rector": "^0.15.19"
},
"suggest": {
"ext-imagick": "*",
"ext-gd": "*"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}