Skip to content

Commit

Permalink
add laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 1, 2025
1 parent e40b3ce commit bd83ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
],
"require": {
"php": "^8.1",
"rinvex/laravel-subscriptions": "dev-new",
"filament/filament": "^3.2",
"ext-json": "*",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"rinvex/laravel-subscriptions": "dev-laravel-12",
"filament/filament": "^3.2",
"calebporzio/sushi": "^2.4",
"lara-zeus/chaos": "^1.0"
},
Expand Down

0 comments on commit bd83ca0

Please sign in to comment.