DigiComp.FlowWebManifestUtils/composer.json

24 lines
517 B
JSON
Raw Permalink Normal View History

2024-06-21 13:09:34 +02:00
{
"name": "digicomp/flow-webmanifest-utils",
"type": "neos-package",
"description": "",
"require": {
"ext-json": "*",
"neos/flow": "^6.3 | ^7.3 | ^8.3",
"php": ">= 7.4",
"symfony/polyfill-php80": "^1.16"
},
"autoload": {
"psr-4": {
"DigiComp\\FlowWebManifestUtils\\": "Classes"
}
},
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
},
"applied-flow-migrations": [
]
}
}