From 6c6e79578f98851621636b50cb9cf0ef41a1380f Mon Sep 17 00:00:00 2001 From: Martin F Date: Wed, 31 Oct 2018 11:59:09 +0100 Subject: [PATCH] Replace VersionEye with libraries.io Fixes #796 --- _posts/04-02-01-Composer-and-Packagist.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_posts/04-02-01-Composer-and-Packagist.md b/_posts/04-02-01-Composer-and-Packagist.md index 4d59671..cf51555 100644 --- a/_posts/04-02-01-Composer-and-Packagist.md +++ b/_posts/04-02-01-Composer-and-Packagist.md @@ -81,9 +81,8 @@ dependencies to the newest version that fits the restrictions you define. ### Update Notifications -To receive notifications about new version releases you can sign up for [VersionEye], a web service -that can monitor your GitHub and BitBucket accounts for `composer.json` files and send emails with new -package releases. +To receive notifications about new version releases you can sign up for [libraries.io], a web service +that can monitor dependencies and send you alerts on updates. ### Checking your dependencies for security issues @@ -108,7 +107,7 @@ packages' binaries available everywhere, you'd then add the `~/.composer/vendor/ [Packagist]: https://packagist.org/ [Twig]: https://twig.symfony.com/ -[VersionEye]: https://www.versioneye.com/ +[libraries.io]: https://libraries.io/ [Security Advisories Checker]: https://security.sensiolabs.org/ [Learn about Composer]: https://getcomposer.org/doc/00-intro.md [ComposerSetup]: https://getcomposer.org/Composer-Setup.exe