-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.16 KB
/
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
{
"name": "alexrsagen/obie",
"version": "1.6.10",
"type": "framework",
"description": "Obie is a simple PHP framework. It aims to provide basic services needed for any web app.",
"keywords": ["framework", "php", "http", "template", "view", "router", "routing", "model", "models", "session", "sessions"],
"homepage": "https://github.com/alexrsagen/obie",
"license": "MIT",
"authors": [
{
"name": "Alexander Sagen",
"email": "alexander@sagen.me",
"homepage": "https://sagen.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/alexrsagen/obie/issues",
"source": "https://github.com/alexrsagen/obie"
},
"autoload": {
"files": ["autoload.php"]
},
"require": {
"php": ">=8.0.0",
"swiftmailer/swiftmailer": "^6.0",
"matthiasmullie/minify": "^1.3",
"2tvenom/cborencode": "^1.0",
"monolog/monolog": "^2.1",
"sop/crypto-types": "^0.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpstan/phpstan": "^1.10",
"nikic/php-fuzzer": "^0.0.10"
}
}