|
2 | 2 | "name":"metamodels/attribute_select",
|
3 | 3 | "description":"MetaModels attribute for selects",
|
4 | 4 | "keywords":["contao", "metamodels", "attribute", "select", "nontranslatable"],
|
5 |
| - "type":"contao-module", |
| 5 | + "type":"contao-bundle", |
6 | 6 | "homepage":"http://now.metamodel.me/",
|
7 | 7 | "license":"LGPL-3.0+",
|
8 | 8 | "authors":[
|
|
26 | 26 | "source":"https://github.com/MetaModels/attribute_select"
|
27 | 27 | },
|
28 | 28 | "require":{
|
29 |
| - "php": ">=5.4", |
30 |
| - "contao/core": "^3.5.5", |
31 |
| - "contao-community-alliance/composer-plugin": "~2.0", |
32 |
| - "contao-community-alliance/dc-general": "~2.0@beta", |
33 |
| - "metamodels/core":"~2.0@alpha" |
| 29 | + "php": ">=5.6", |
| 30 | + "contao/core-bundle": "^4.4", |
| 31 | + "contao-community-alliance/dc-general": "~2.1@dev", |
| 32 | + "metamodels/core": "~2.1@dev", |
| 33 | + "symfony/dependency-injection": "^3.3", |
| 34 | + "symfony/http-kernel": "^3.3" |
34 | 35 | },
|
35 | 36 | "require-dev": {
|
36 | 37 | "cyberspectrum/contao-toolbox": "~0.6",
|
37 |
| - "phpcq/all-tasks": "~1.1", |
38 |
| - "metamodels/base-unit-tests": "~1.0" |
| 38 | + "phpcq/all-tasks": "~1.2", |
| 39 | + "contao/manager-plugin": "~2.1" |
39 | 40 | },
|
40 | 41 | "autoload": {
|
41 |
| - "psr-0": { |
42 |
| - "MetaModels\\": "src" |
| 42 | + "psr-4": { |
| 43 | + "MetaModels\\AttributeSelectBundle\\": "src" |
43 | 44 | }
|
44 | 45 | },
|
45 | 46 | "autoload-dev": {
|
46 |
| - "psr-0": { |
47 |
| - "MetaModels\\Test\\": "tests" |
| 47 | + "psr-4": { |
| 48 | + "MetaModels\\AttributeSelectBundle\\Test\\": "tests" |
48 | 49 | }
|
49 | 50 | },
|
50 | 51 | "extra":{
|
| 52 | + "contao-manager-plugin": "MetaModels\\AttributeSelectBundle\\ContaoManager\\Plugin", |
51 | 53 | "contao": {
|
52 |
| - "sources":{ |
53 |
| - "contao": "system/modules/metamodelsattribute_select" |
54 |
| - }, |
55 | 54 | "transifex": {
|
56 | 55 | "project": "metamodels",
|
57 | 56 | "prefix": "attribute_select-",
|
58 |
| - "languages_cto": "contao/languages", |
| 57 | + "languages_cto": "src/Resourcescontao/languages", |
59 | 58 | "languages_tx": ".tx"
|
60 | 59 | }
|
61 | 60 | },
|
62 | 61 | "branch-alias": {
|
63 | 62 | "dev-master": "2.0.x-dev",
|
64 |
| - "dev-develop": "2.1.x-dev" |
| 63 | + "dev-feature/contao4": "2.1.x-dev" |
65 | 64 | }
|
66 | 65 | }
|
67 | 66 | }
|
0 commit comments