Skip to content

Commit

Permalink
fix: support L10
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <[email protected]>
  • Loading branch information
lukas-frey committed May 6, 2024
1 parent 141ae05 commit d287b55
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 @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"calebporzio/sushi": "^2.5",
"filament/filament": "^3.2",
"illuminate/contracts": "^11.0",
"illuminate/contracts": "^10.0|^11.0",
"league/commonmark": "^2.4",
"n0sz/commonmark-marker-extension": "^1.0",
"spatie/laravel-package-tools": "^1.14.0",
Expand Down

0 comments on commit d287b55

Please sign in to comment.