-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (34 loc) · 1018 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (34 loc) · 1018 Bytes
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": "diversen/pebble-framework",
"type": "library",
"description": "A simple, small, and fast php framework",
"homepage": "https://github.com/diversen/pebble-framework",
"keywords": ["framework", "library"],
"license": "MIT",
"authors": [
{
"name": "Dennis Iversen",
"email": "dennis.iversen@gmail.com",
"homepage": "https://github.com/diversen",
"role": "Developer"
}
],
"autoload": {
"psr-4": {"Pebble\\": "src/"}
},
"require": {
"php": ">=8.1.0",
"thecodingmachine/safe": "^2.4"
},
"require-dev": {
"monolog/monolog": "^2.7",
"phpunit/phpunit": "^10.0",
"phpmailer/phpmailer": "^6.0",
"erusev/parsedown": "^1.7",
"diversen/simple-php-translation": "^3.0",
"diversen/minimal-cli-framework": "^7.0",
"gregwar/captcha": "^1.1",
"jasongrimes/paginator": "^1.0",
"phpstan/phpstan": "^1.10"
}
}