DigiComp.FlowWebManifestUtils/composer.json

36 lines
856 B
JSON
Raw Permalink Normal View History

2024-06-21 13:09:34 +02:00
{
"name": "digicomp/flow-webmanifest-utils",
"description": "",
"type": "neos-package",
"license": "proprietary",
2024-06-21 13:09:34 +02:00
"require": {
"php": ">=7.4.0",
2024-06-21 13:09:34 +02:00
"ext-json": "*",
"neos/flow": "^6.3 || ^7.3 || ^8.3",
"symfony/polyfill-php80": "^1.31.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.1",
"neos/buildessentials": "^7.0.0",
"phpunit/phpunit": "~8.5",
"vimeo/psalm": "~4.22.0"
2024-06-21 13:09:34 +02:00
},
"autoload": {
"psr-4": {
"DigiComp\\FlowWebManifestUtils\\": "Classes/"
2024-06-21 13:09:34 +02:00
}
},
"config": {
"sort-packages": true,
"platform-check": true
},
2024-06-21 13:09:34 +02:00
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
},
"neos": {
"package-key": "DigiComp.FlowWebManifestUtils"
}
2024-06-21 13:09:34 +02:00
}
}