Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Version out of date #28

Open
blairwigleyactu opened this issue May 27, 2021 · 1 comment
Open

Composer Version out of date #28

blairwigleyactu opened this issue May 27, 2021 · 1 comment

Comments

@blairwigleyactu
Copy link

Looks like the version of this library on composer is out of date (version 1.1.5), can someone update it please: https://packagist.org/packages/fatzebra/fatzebra

@chrisaligent
Copy link

That's not pointing to this repository, someone else took the namespace and pointed it to his fork:
https://github.com/Moult/PHP-Library

For anyone else looking to use this library, you may need to just add this (or a variation of this) to your composer.json file:

"repositories": {
    "fatzebra-php": {
      "type": "vcs",
      "url": "https://github.com/fatzebra/PHP-Library.git",
      "no-api": true
    }
},

And then bring in whichever version you need:

"require": {
    "fatzebra/fatzebra-php": "1.2.3"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants