-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 927 Bytes
/
composer.json
File metadata and controls
executable file
·33 lines (33 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"description": "",
"type": "neos-package",
"name": "mindscreen/projectpackages",
"require": {
"neos/flow": "^6.0 || ^7.0",
"neos/fusion": "*",
"neos/fusion-afx": "*",
"m4tthumphrey/php-gitlab-api": "9.x",
"php-http/guzzle6-adapter": "*",
"mindscreen/yarnlock": "^1.0.0"
},
"autoload": {
"psr-4": {
"Mindscreen\\ProjectPackages\\": "Classes/"
}
},
"extra": {
"neos": {
"package-key": "Mindscreen.ProjectPackages"
},
"applied-flow-migrations": [
"Neos.Flow-20180415105700",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500"
]
}
}