Browse code

Add missing Plugin config

Benjamin Roth authored on22/05/2020 14:05:18
Showing1 changed files
... ...
@@ -3,12 +3,10 @@
3 3
 declare(strict_types=1);
4 4
 
5 5
 /*
6
- * Root Protection Bundle for Contao Open Source CMS.
6
+ * Provides contao components scrollmagic and anime.js.
7 7
  *
8
- * @copyright  Copyright (c) 2020, terminal42 gmbh
9
- * @author     terminal42 <https://terminal42.ch>
10
- * @license    MIT
11
- * @link       http://github.com/terminal42/contao-root-protection
8
+ * @author     vonRotenberg <https://www.vonrotenberg.de>
9
+ * @license    LGPL-3.0+
12 10
  */
13 11
 
14 12
 namespace vonRotenberg\ScrollanimationBundle;
Browse code

Initial commit

Benjamin Roth authored on22/05/2020 13:02:03
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
+
5
+/*
6
+ * Root Protection Bundle for Contao Open Source CMS.
7
+ *
8
+ * @copyright  Copyright (c) 2020, terminal42 gmbh
9
+ * @author     terminal42 <https://terminal42.ch>
10
+ * @license    MIT
11
+ * @link       http://github.com/terminal42/contao-root-protection
12
+ */
13
+
14
+namespace vonRotenberg\ScrollanimationBundle;
15
+
16
+use Symfony\Component\HttpKernel\Bundle\Bundle;
17
+
18
+final class vonRotenbergScrollanimationBundle extends Bundle
19
+{
20
+}
0 21
\ No newline at end of file