-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 869 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
{
"name": "programie/website",
"description": "selfcoders.com",
"homepage": "https://selfcoders.com",
"type": "project",
"require": {
"php": ">=8.0",
"altorouter/altorouter": "^2.0",
"guzzlehttp/guzzle": "^7.3",
"twig/html-extra": "^3.3",
"twig/twig": "^3.3",
"symfony/asset": "^5.2",
"symfony/filesystem": "^5.2",
"symfony/yaml": "^5.2",
"knplabs/github-api": "^3.12",
"erusev/parsedown": "^1.7",
"ext-fileinfo": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"": "src/main/php"
}
},
"authors": [
{
"name": "Michael Wieland",
"email": "git@selfcoders.com"
}
],
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}