mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1.0"
|
|
},
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"symfony/console": "^5.4",
|
|
"symfony/process": "^5.4",
|
|
"symfony-tools/docs-builder": "^0.18"
|
|
}
|
|
}
|