-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 991 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
41
42
{
"name": "joepdooper/ivy",
"description": "another sleek simple fast PHP framework with an effortless template and plugin environment",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Joep Dooper"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=8.2.0",
"ext-pdo": "*",
"ezyang/htmlpurifier": "^4.13",
"delight-im/auth": "^8.3",
"delight-im/db": "^1.3",
"phpmailer/phpmailer": "^6.4",
"verot/class.upload.php": "^2.1",
"matthiasmullie/minify": "^1.3",
"php-curl-class/php-curl-class": "^9.6",
"bramus/router": "^1.6",
"bainternet/php-hooks": "^1.0",
"vlucas/phpdotenv": "^5.5",
"samdark/sitemap": "^2.4",
"corviz/crow": "dev-main",
"wixel/gump": "dev-master"
},
"scripts": {
"post-create-project-cmd": [
"npm install"
]
},
"require-dev": {
"pestphp/pest": "3.x-dev"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}