Skip to content

Commit

Permalink
Merge branch 'ajax' of github.com:heimrichhannot/contao-filter-bundle…
Browse files Browse the repository at this point in the history
… into ajax
  • Loading branch information
Martin Kunitzsch committed Jun 14, 2019
2 parents 903d1ef + d6b5ec8 commit c6c44fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"preferred-install": "dist"
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\FilterBundle\\ContaoManager\\Plugin"
"contao-manager-plugin": "HeimrichHannot\\FilterBundle\\ContaoManager\\Plugin",
"foxy": true
}
}
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "contao-filter-bundle",
"version": "1.0.0",
"description": "A generic contao filter.",
"author": "Heimrich & Hannot GmbH <digitales@heimrich-hannot.de>",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@hundh/contao-filter-bundle": "^1.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.24"
},
"scripts": {
"build-dev": "yarn encore dev",
"build-production": "yarn encore production"
}
}

0 comments on commit c6c44fe

Please sign in to comment.