2024-06-21 13:09:34 +02:00
|
|
|
{
|
|
|
|
"name": "digicomp/flow-webmanifest-utils",
|
|
|
|
"description": "",
|
2024-10-11 14:38:45 +02:00
|
|
|
"type": "neos-package",
|
|
|
|
"license": "proprietary",
|
2024-06-21 13:09:34 +02:00
|
|
|
"require": {
|
2024-10-11 14:38:45 +02:00
|
|
|
"php": ">=7.4.0",
|
2024-06-21 13:09:34 +02:00
|
|
|
"ext-json": "*",
|
2024-10-11 14:38:45 +02:00
|
|
|
"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": {
|
2024-10-11 14:38:45 +02:00
|
|
|
"DigiComp\\FlowWebManifestUtils\\": "Classes/"
|
2024-06-21 13:09:34 +02:00
|
|
|
}
|
|
|
|
},
|
2024-10-11 14:38:45 +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"
|
|
|
|
},
|
2024-10-11 14:38:45 +02:00
|
|
|
"neos": {
|
|
|
|
"package-key": "DigiComp.FlowWebManifestUtils"
|
|
|
|
}
|
2024-06-21 13:09:34 +02:00
|
|
|
}
|
|
|
|
}
|