Skip to content

Commit

Permalink
added gitignore file, added contao4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cboelter committed Jun 21, 2017
1 parent 85fb22d commit ec17ebd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OS
.DS_Store
Thumbs.db

# IDEs
.buildpath
.project
.settings/
.build/
.idea/
nbproject/

# Composer
/vendor/
composer.phar
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.6",
"contao/core": ">=3.5,<3.6-dev",
"contao-community-alliance/composer-plugin": "~2"
"contao/core-bundle": "^3.5 || ^4.1",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit ec17ebd

Please sign in to comment.