You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(php): add PHP catalog with PPA and update Composer dependency
- Add catalog/php.json with:
- package_manager install method
- ondrej/php PPA for latest PHP on Ubuntu/Debian
- Support for apt, brew, dnf, pacman
- Guide order 250 (before Composer)
- Update catalog/composer.json:
- Add "requires": ["php"] field
- Add guide section with order 260
- Update install_composer.sh:
- Check for PHP before installation
- Auto-install PHP if missing via package_manager.sh
- Provide manual installation instructions on failure
0 commit comments