Skip to content

Commit

Permalink
updated dependencies, added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed May 15, 2018
1 parent 5bed462 commit b6fe6ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
vendor
composer.lock
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.1",
"contao/core-bundle": "^4.4",
"heimrichhannot/contao-list-bundle": "^1.0-beta"
"heimrichhannot/contao-list-bundle": "^1.0.0-beta41"
},
"require-dev": {
"contao/test-case": "^1.1",
Expand All @@ -46,5 +46,7 @@
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\ContaoListGridBundle\\ContaoManager\\Plugin"
}
},
"prefer-stable": true,
"minimum-stability": "beta"
}
6 changes: 3 additions & 3 deletions src/Model/ListGridModel.php
Expand Up @@ -13,9 +13,9 @@
/**
* Class ListGridModel.
*
* @property int $id
* @property int $sorting
* @property int $tstamp
* @property int $id
* @property int $sorting
* @property int $tstamp
* @property string $title
*/
class ListGridModel extends Model
Expand Down

0 comments on commit b6fe6ab

Please sign in to comment.