-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 818 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 818 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
{
"name": "formatphp/skeleton-tools",
"license": "Apache-2.0",
"type": "project",
"require": {
"php": "^7.4 || ^8",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"mdwheele/zalgo": "^0.3.1",
"ramsey/composer-repl": "^1.4",
"skillshare/formatphp": "^1.0",
"slim/psr7": "^1.5",
"slim/slim": "^4.9",
"slim/twig-view": "^3.3",
"symfony/var-exporter": "^5.4",
"twig/twig": "^3.3"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.25"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"ramsey/composer-repl": true
},
"sort-packages": true
}
}