Skip to content

Commit

Permalink
Update dependencies. Version bump. closes [#8] [#10]
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeisas committed Oct 18, 2014
1 parent e4fb299 commit 797ed14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fedeisas/laravel-mail-css-inliner",
"description": "Inline the CSS of your HTML emails using Laravel",
"license": "MIT",
"version": "1.2",
"version": "1.3",
"keywords": ["laravel", "mailer", "css"],
"authors": [
{
Expand All @@ -12,17 +12,17 @@
],
"require": {
"php": ">=5.3.2",
"illuminate/support": "~4.1",
"tijsverkoyen/css-to-inline-styles": "1.2.*"
"illuminate/support": "4.1.*",
"tijsverkoyen/css-to-inline-styles": "~1.2"
},
"require-dev" : {
"swiftmailer/swiftmailer": "5.0.*",
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "0.9.*",
"squizlabs/php_codesniffer": "1.*",
"swiftmailer/swiftmailer": "~5.0",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "~0.8",
"squizlabs/php_codesniffer": "~1.5",
"jakub-onderka/php-parallel-lint": "dev-master",
"jakub-onderka/php-console-highlighter": "dev-master",
"phpmd/phpmd": "1.5.*"
"phpmd/phpmd": "~1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 797ed14

Please sign in to comment.