Skip to content

Commit

Permalink
Merge pull request #649 from lenybernard/update-alertify3
Browse files Browse the repository at this point in the history
⬆️ update alertify to v3.0.1
  • Loading branch information
paulandrieux authored Oct 25, 2016
2 parents 93e2c65 + 12c7d6f commit beb4d84
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function alert($content, $type = 'success')
'layout' => 'growl',
'effect' => 'jelly',
]);
$this->container->get('troopers_alertifybundle.helper.alertifyhelper')->alert($content, $type);
$this->container->get('alertify')->alert($content, $type);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"symfony/monolog-bundle": "~2.4",
"symfony/symfony": "~2.8|~3.0",
"symfony/swiftmailer-bundle": "~2.3",
"troopers/alertify-bundle": "~2.0",
"troopers/alertify-bundle": "~3.0",
"troopers/assetic-injector-bundle": "^1.0",
"twig/extensions": "~1.0",
"twig/twig": "~1.0",
Expand Down
Loading

0 comments on commit beb4d84

Please sign in to comment.