Skip to content

Upgrade Composer constraints for Laravel 13 compatibility - #1400

Merged
fatihalp merged 6 commits into
masterfrom
copilot/update-all-packagist
Jun 1, 2026
Merged

Upgrade Composer constraints for Laravel 13 compatibility#1400
fatihalp merged 6 commits into
masterfrom
copilot/update-all-packagist

Conversation

Copilot AI commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This update moves the application onto the Laravel 13 dependency line and refreshes the related Packagist constraints needed to keep the current stack resolvable. It also aligns the AI SDK and supporting packages with the newer framework/runtime requirements.

  • Framework baseline

    • Bump laravel/framework to ^13.0
    • Raise the PHP requirement to ^8.4 to match Laravel 13 / package constraints
  • AI SDK

    • Update laravel/ai from a pinned 0.2.x constraint to the current compatible 0.7.x line
  • Dependency compatibility

    • Move laravel/tinker to ^3.0
    • Add a Laravel 13-compatible spatie/laravel-model-states branch alias for packages that still depend on ^2.x

Example:

"require": {
  "php": "^8.4",
  "laravel/ai": "^0.7.2",
  "laravel/framework": "^13.0",
  "laravel/tinker": "^3.0",
  "spatie/laravel-model-states": "dev-l13-support as 2.14.1"
}

@fatihalp
fatihalp marked this pull request as ready for review June 1, 2026 10:07
@fatihalp
fatihalp merged commit 0ecee74 into master Jun 1, 2026
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