Skip to content

chore(deps): update Composer dependencies#20

Merged
Grazulex merged 1 commit intomainfrom
chore/update-dependencies
Feb 2, 2026
Merged

chore(deps): update Composer dependencies#20
Grazulex merged 1 commit intomainfrom
chore/update-dependencies

Conversation

@Grazulex
Copy link
Owner

@Grazulex Grazulex commented Feb 2, 2026

Summary

  • Update all Composer dependencies to their latest versions
  • Includes Laravel framework v12.49.0, Sanctum v4.3.0, and various Spatie packages
  • Updates dev dependencies including PHPStan, Pest, and Rector

Changes

Package From To
laravel/framework v12.46.0 v12.49.0
laravel/sanctum v4.2.2 v4.3.0
grazulex/laravel-apiroute v2.0.3 v2.0.5
spatie/laravel-data 4.18.0 4.19.1
spatie/laravel-query-builder 6.3.6 6.4.1
phpstan/phpstan 2.1.35 2.1.38
pestphp/pest v4.3.1 v4.3.2
rector/rector 2.3.2 2.3.5

Test plan

  • Run composer install
  • Run test suite

Update all dependencies to their latest PHP 8.3 compatible versions:
- laravel/framework v12.46.0 → v12.49.0
- laravel/sanctum v4.2.2 → v4.3.0
- grazulex/laravel-apiroute v2.0.3 → v2.0.5
- spatie/laravel-data 4.18.0 → 4.19.1
- spatie/laravel-query-builder 6.3.6 → 6.4.1
- phpstan/phpstan 2.1.35 → 2.1.38
- pestphp/pest v4.3.1 → v4.3.2
- rector/rector 2.3.2 → 2.3.5

Added platform PHP 8.3 constraint to prevent Symfony 8.x packages
from being installed (requires PHP 8.4).
@Grazulex Grazulex force-pushed the chore/update-dependencies branch from f45bd4c to 43a36e4 Compare February 2, 2026 08:48
@Grazulex Grazulex merged commit ada9968 into main Feb 2, 2026
1 check passed
@Grazulex Grazulex deleted the chore/update-dependencies branch February 2, 2026 08:51
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.

1 participant