forked from romm/TYPO3-Site-Factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·27 lines (27 loc) · 936 Bytes
/
composer.json
File metadata and controls
executable file
·27 lines (27 loc) · 936 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
{
"name": "romm/site-factory",
"type": "typo3-cms-extension",
"description": "Replicate and modify an existing website model very easily with a flexible and lean design. Read the code examples to understand and master all the TypoScript configuration, or extend the existing duplication processes. Based on freesite (created by Kasper Skårhøj) this project was originaly conceived by Cyril Wolfangel and is developped and maintained by Romain Canon. Join the project on https://github.com/romaincanon/TYPO3-Site-Factory",
"keywords": [
"typo3", "site", "factory"
],
"license": "GPL-3.0+",
"authors": [
{
"name": "Romain Canon",
"email": "romain.hydrocanon@gmail.com"
}
],
"require": {
"php": ">=5.5"
},
"replace": {
"site_factory": "self.version",
"typo3-ter/site-factory": "self.version"
},
"autoload": {
"psr-4": {
"Romm\\SiteFactory\\": "Classes/"
}
}
}