Skip to content

Commit 016cc06

Browse files
author
Valentin Sampl
committed
add composer.json
1 parent 9054256 commit 016cc06

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "valentin/external_css",
3+
"type": "contao-module",
4+
"description": "Contao Open Source CMS extension external_css",
5+
"keywords": ["contao", "external css"],
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name":"Valentin Sampl",
10+
"email":"valentin.sampl@gmail.com",
11+
"role":"Developer"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.7",
16+
"contao/core": ">=3.5,<4"
17+
},
18+
"extra": {
19+
"contao": {
20+
"sources": {
21+
"": "system/modules/external_css"
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)