Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
1 changed files with 7 additions and 19 deletions
|
@ -1,35 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "digicomp/flow-webmanifest-utils",
|
"name": "digicomp/flow-webmanifest-utils",
|
||||||
"description": "",
|
|
||||||
"type": "neos-package",
|
"type": "neos-package",
|
||||||
"license": "proprietary",
|
"description": "",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.4.0",
|
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"neos/flow": "^6.3 || ^7.3 || ^8.3",
|
"neos/flow": "^6.3 | ^7.3 | ^8.3",
|
||||||
"symfony/polyfill-php80": "^1.31.0"
|
"php": ">= 7.4",
|
||||||
},
|
"symfony/polyfill-php80": "^1.16"
|
||||||
"require-dev": {
|
|
||||||
"mikey179/vfsstream": "^1.6.1",
|
|
||||||
"neos/buildessentials": "^7.0.0",
|
|
||||||
"phpunit/phpunit": "~8.5",
|
|
||||||
"vimeo/psalm": "~4.22.0"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"DigiComp\\FlowWebManifestUtils\\": "Classes/"
|
"DigiComp\\FlowWebManifestUtils\\": "Classes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
|
||||||
"sort-packages": true,
|
|
||||||
"platform-check": true
|
|
||||||
},
|
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-develop": "1.0.x-dev"
|
"dev-develop": "1.0.x-dev"
|
||||||
},
|
},
|
||||||
"neos": {
|
"applied-flow-migrations": [
|
||||||
"package-key": "DigiComp.FlowWebManifestUtils"
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue