Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jordanpartridge
Copy link
Owner

Summary

  • Expands laravel/prompts constraint from ^0.1 to ^0.1|^0.3
  • Resolves dependency conflict with Laravel Zero framework
  • Enables github-zero v1.1.0 to work with Laravel Zero projects

Problem

The current v1.1.0 release has a dependency conflict:

  • github-zero v1.1.0 requires laravel/prompts ^0.1
  • laravel-zero/framework requires laravel/prompts ^0.3.1

This prevents users from updating to the latest github-zero version in Laravel Zero projects like Conduit.

Solution

Updated the constraint to ^0.1|^0.3 to maintain backward compatibility while supporting newer Laravel Zero installations.

Test plan

  • Verify composer.json syntax is valid
  • Test installation in Laravel Zero project
  • Confirm all existing functionality works with both prompt versions

🤖 Generated with Claude Code

- Updates laravel/prompts constraint from ^0.1 to ^0.1|^0.3
- Resolves compatibility issue with Laravel Zero framework
- Allows github-zero v1.1.0 to work with Laravel Zero projects

This fixes the dependency conflict where Laravel Zero framework
requires laravel/prompts ^0.3.1 but github-zero v1.1.0 was
constrained to only ^0.1.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@jordanpartridge jordanpartridge merged commit de2dfc8 into master Jun 20, 2025
@jordanpartridge jordanpartridge deleted the fix/laravel-prompts-compatibility branch June 20, 2025 03:30
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

Successfully merging this pull request may close these issues.

2 participants