-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (48 loc) · 1.36 KB
/
composer.json
File metadata and controls
49 lines (48 loc) · 1.36 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
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://raw.githubusercontent.com/composer/composer/master/res/composer-schema.json",
"name": "cakmoel/scriptlog",
"type": "project",
"description": "Just another blog engine",
"license": "MIT",
"authors": [
{
"name": "M Noermoehammad",
"email": "alanmoehammad@gmail.com",
"homepage": "https://github.com/cakmoel",
"role": "Developer"
}
],
"config": {
"platform-check": false,
"platform": {
"php": "7.4.33"
},
"vendor-dir": "lib/vendor"
},
"require": {
"sinergi/browser-detector": "^6.1",
"intervention/image": "^2.5",
"ircmaxell/random-lib": "^1.2",
"egulias/email-validator": "^2.1",
"voku/anti-xss": "^4.1",
"defuse/php-encryption": "^2.2",
"filp/whoops": "^2.9",
"psr/log": "^1.1",
"melbahja/seo": "^2.0",
"laminas/laminas-escaper": "^2.12",
"laminas/laminas-crypt": "^3.3",
"laminas/laminas-feed": "^2.17",
"catfan/medoo": "^2.1",
"symfony/mailer": "^5.4",
"symfony/mime": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^2.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"classmap": ["lib/"]
}
}