-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 874 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 874 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
{
"name": "static-php/spc-packages",
"version": "1.0.0",
"description": "Build packages using static-php-cli",
"type": "project",
"homepage": "https://static-php.dev",
"license": "MIT",
"authors": [
{
"name": "Marc Henderkes",
"email": "pkg@henderkes.com"
}
],
"support": {
"issues": "https://github.com/static-php/spc-packages/issues"
},
"config": {
"sort-packages": true
},
"prefer-stable": true,
"require": {
"php": ">=8.5",
"ext-yaml": "*",
"ext-zlib": "*",
"crazywhalecc/static-php-cli": "dev-main",
"laravel/helpers": "^1.7",
"twig/twig": "^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"classmap": [
"src/"
]
}
}