Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Feb 29, 2016
1 parent c3e9c35 commit d6b4706
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"name": "contao/core",
"type": "project",
"description": "Contao Open Source CMS",
"name": "newsletter_content",
"type": "symfony-bundle",
"description": "Contao newsletter content elements",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
"name": "David Enke",
"homepage": "https://github.com/davidenke"
}
],
"require": {
"php": ">=5.4.0",
"leafo/scssphp": "~0.1",
"michelf/php-markdown": "~1.4",
"matthiasmullie/minify": "~1.3",
"oyejorge/less.php": "~1.7",
"phpspec/php-diff": "~1.0",
"simplepie/simplepie": "~1.3",
"swiftmailer/swiftmailer": "~5.2",
"tecnick.com/tcpdf": "~6.0",
"true/punycode": "~1.0",
"contao-components/compass": "~0.12"
"php": ">=5.4.0",
"symfony/framework-bundle": "^2.7.7",
"contao/core-bundle": "~4.1",
"contao/newsletter-bundle": "~4.1"
}
}

0 comments on commit d6b4706

Please sign in to comment.