| ... | ... |
@@ -1,28 +1,40 @@ |
| 1 | 1 |
{
|
| 2 |
- "name":"esalesmedia/contao-formilicious", |
|
| 2 |
+ "name":"vonrotenberg/formilicious-bundle", |
|
| 3 | 3 |
"description":"Extends the Contao forms to easily create multi column forms.", |
| 4 | 4 |
"keywords":["contao", "form", "columns"], |
| 5 |
- "type":"contao-module", |
|
| 5 |
+ "type":"contao-bundle", |
|
| 6 | 6 |
"license":"LGPL-3.0+", |
| 7 | 7 |
"authors":[ |
| 8 | 8 |
{
|
| 9 | 9 |
"name": "Benjamin Roth", |
| 10 |
- "homepage": "https://www.esales-media.de" |
|
| 10 |
+ "homepage": "https://www.vonrotenberg.de" |
|
| 11 | 11 |
} |
| 12 | 12 |
], |
| 13 | 13 |
"require":{
|
| 14 |
- "php": ">=7.4", |
|
| 15 |
- "contao/core-bundle": "^4.7" |
|
| 14 |
+ "php": "^7.4 || ^8.0", |
|
| 15 |
+ "contao/core-bundle": "^4.13" |
|
| 16 | 16 |
}, |
| 17 | 17 |
"conflict": {
|
| 18 |
- "contao/core": "*", |
|
| 19 | 18 |
"contao/manager-plugin": "<2.0 || >=3.0" |
| 20 | 19 |
}, |
| 21 |
- "extra":{
|
|
| 22 |
- "contao": {
|
|
| 23 |
- "sources":{
|
|
| 24 |
- "": "system/modules/eSM_formilicious" |
|
| 25 |
- } |
|
| 20 |
+ "autoload": {
|
|
| 21 |
+ "psr-4": {
|
|
| 22 |
+ "vonRotenberg\\FormiliciousBundle\\": "src/" |
|
| 23 |
+ } |
|
| 24 |
+ }, |
|
| 25 |
+ "config": {
|
|
| 26 |
+ "allow-plugins": {
|
|
| 27 |
+ "contao-components/installer": true, |
|
| 28 |
+ "contao/manager-plugin": true |
|
| 26 | 29 |
} |
| 30 |
+ }, |
|
| 31 |
+ "repositories": {
|
|
| 32 |
+ "esalesmedia": {
|
|
| 33 |
+ "type": "composer", |
|
| 34 |
+ "url": "https://satis.esales-media.de" |
|
| 35 |
+ } |
|
| 36 |
+ }, |
|
| 37 |
+ "extra":{
|
|
| 38 |
+ "contao-manager-plugin": "vonRotenberg\\FormiliciousBundle\\ContaoManager\\Plugin" |
|
| 27 | 39 |
} |
| 28 |
-} |
|
| 29 | 40 |
\ No newline at end of file |
| 41 |
+} |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,28 @@ |
| 1 |
+{
|
|
| 2 |
+ "name":"esalesmedia/contao-formilicious", |
|
| 3 |
+ "description":"Extends the Contao forms to easily create multi column forms.", |
|
| 4 |
+ "keywords":["contao", "form", "columns"], |
|
| 5 |
+ "type":"contao-module", |
|
| 6 |
+ "license":"LGPL-3.0+", |
|
| 7 |
+ "authors":[ |
|
| 8 |
+ {
|
|
| 9 |
+ "name": "Benjamin Roth", |
|
| 10 |
+ "homepage": "https://www.esales-media.de" |
|
| 11 |
+ } |
|
| 12 |
+ ], |
|
| 13 |
+ "require":{
|
|
| 14 |
+ "php": "^5.6 || ^7.0", |
|
| 15 |
+ "contao/core-bundle": "^4.4" |
|
| 16 |
+ }, |
|
| 17 |
+ "conflict": {
|
|
| 18 |
+ "contao/core": "*", |
|
| 19 |
+ "contao/manager-plugin": "<2.0 || >=3.0" |
|
| 20 |
+ }, |
|
| 21 |
+ "extra":{
|
|
| 22 |
+ "contao": {
|
|
| 23 |
+ "sources":{
|
|
| 24 |
+ "": "system/modules/eSM_formilicious" |
|
| 25 |
+ } |
|
| 26 |
+ } |
|
| 27 |
+ } |
|
| 28 |
+} |
|
| 0 | 29 |
\ No newline at end of file |