Skip to content

Commit

Permalink
add laravel 11 to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Mar 1, 2024
1 parent cc16b36 commit 9e39b14
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
@@ -1,6 +1,6 @@
{
"name": "ariaieboy/filament-currency",
"description": "This is my package filament-currency",
"description": "Bring back laravel-money formatter for Filament Text Column",
"keywords": [
"ariaieboy",
"laravel",
Expand All @@ -23,7 +23,7 @@
"php": "~8.1|~8.2|~8.3",
"akaunting/laravel-money": "^1.2|^2.0|^3.0|^4.0|^5.1",
"filament/tables": "^3.0",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
Expand Down

0 comments on commit 9e39b14

Please sign in to comment.