mirror of
https://gh.wpcy.net/https://github.com/fairpm/did-manager.git
synced 2026-06-20 02:12:32 +08:00
1.7 KiB
1.7 KiB
Publishing to Packagist
This document provides information about the fairpm/did-manager package on Packagist.org.
Package Information
- Package name:
fairpm/did-manager - Packagist URL: https://packagist.org/packages/fairpm/did-manager
- Repository: https://github.com/fairpm/did-manager
- License: MIT
Auto-Update Configuration
The package is configured to automatically update on Packagist when new releases are pushed to GitHub.
- GitHub Webhook: Configured and active
- Composer Authorization: Added to the
fairpmorganization for auto-updates - Packagist Credentials: Stored in 1Password
Vendor Permissions
- Our Packagist account has manager permissions for the
fairpmvendor name - Vendor name ownership originated with @joedolson's Packagist account
Manual Update
If you need to manually trigger an update:
- Visit https://packagist.org/packages/fairpm/did-manager
- Log in with credentials from 1Password
- Click the Update button
Installation
Users can install the package via Composer:
composer require fairpm/did-manager
Troubleshooting
Package Not Updating
If a new release doesn't appear on Packagist:
- Verify the GitHub release exists: https://github.com/fairpm/did-manager/releases
- Check the GitHub webhook status in repository settings
- Manually trigger an update using the steps above
- Verify composer.json is valid:
composer validate --strict
Getting Help
- Review the Packagist documentation
- Open an issue on GitHub if problems persist