hongaar / semalt-blocker

:no_entry: Self-updating PHP library which blocks referral spam from ruining your website statistics
http://nabble.nl/semalt/
MIT License
68 stars 5 forks source link

Packagist #28

Closed ghost closed 3 years ago

ghost commented 5 years ago

Using composer have a following error:

screenshot_39

ghost commented 5 years ago

Install through composer have following error:

screenshot_39

hongaar commented 5 years ago

Unfortunately, semalt-blocker was pulled from packagist due to a complaint from semalt (big surprise).

You could add the following to composer.json:

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/nabble/semalt-blocker"
  }
],