We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9054256 commit 016cc06Copy full SHA for 016cc06
1 file changed
composer.json
@@ -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