Skip to content

Commit

Permalink
Going for Contao 4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Feb 5, 2016
1 parent 8eaa655 commit b17264a
Show file tree
Hide file tree
Showing 33 changed files with 479 additions and 436 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Thumbs.db
.settings/
.build/
.idea/
nbproject/
nbproject/
/vendor
7 changes: 0 additions & 7 deletions assets/.htaccess

This file was deleted.

157 changes: 0 additions & 157 deletions classes/DC_Multilingual_Query.php

This file was deleted.

146 changes: 0 additions & 146 deletions classes/MultilingualQueryBuilder.php

This file was deleted.

20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@
}
],
"require":{
"php":">=5.3.2",
"contao/core-bundle":"^3.3 || ^4.1",
"contao-community-alliance/composer-plugin":"^2.4.0 || 3.*"
"php":">=5.4",
"contao/core-bundle":"^4.1",
"doctrine/orm": "^2.5"
},
"replace": {
"contao-legacy/dc_multilingual": "self.version"
},
"extra":{
"contao": {
"sources":{
"":"system/modules/dc_multilingual"
}
"autoload": {
"classmap": [
"src/DC_Multilingual.php"
],
"psr-4": {
"Terminal42\\DcMultilingualBundle\\": "src"
}
}
}
12 changes: 0 additions & 12 deletions config/autoload.ini

This file was deleted.

22 changes: 0 additions & 22 deletions config/autoload.php

This file was deleted.

Loading

0 comments on commit b17264a

Please sign in to comment.