We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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:
composer.json
"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" },
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: