-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 806 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 806 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
{
"name": "m12/neos-foundation",
"type": "typo3-flow-plugin",
"description": "Foundation content elements",
"license": ["MIT"],
"authors": [
{ "name": "Marcin Ryzycki", "role": "Developer", "email": "marcin@m12.io", "homepage": "http://m12.io" },
{ "name": "Samuel Ryzycki", "role": "Developer", "email": "samuel@m12.io", "homepage": "http://m12.io" },
{ "name": "Dmitri Pisarev", "role": "Developer", "email": "dimaip@gmail.com", "homepage": "http://dimaip.github.io/" }
],
"require": {
"typo3/neos": "~2.1",
"typo3/neos-nodetypes": "~2.1",
"m12/neos-utils": "*"
},
"conflict": {
"typo3/neosdemotypo3org": "*"
},
"autoload": {
"psr-0": {
"M12\\Foundation": "Classes"
}
}
}