-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
33 lines (33 loc) · 862 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
{
"name": "soyvillareal/php-magazine",
"description": "The best digital magazine for newspapers or bloggers",
"keywords": [
"Web",
"Website",
"Magazine",
"Open-source-project",
"PHP-Script",
"Magazine-website"
],
"homepage": "https://phpmagazine.soyvillareal.com",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Oscar Garces",
"email": "soyvillareal@gmail.com",
"homepage": "https://soyvillareal.com"
}
],
"config": {
"vendor-dir": "assets/import"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"matomo/device-detector": "^6.0",
"hybridauth/hybridauth": "^3.8",
"phpmailer/phpmailer": "^6.6",
"mustangostang/spyc": "^0.6.3"
}
}