Skip to content

Commit

Permalink
PSR-4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakariaTlilani committed Jan 11, 2024
1 parent b44f4c7 commit f64968a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "zakariatlilani/text-template",
"name": "zakariatlilani/texttemplate",
"description": "A Laravel Nova field.",
"keywords": [
"laravel",
Expand All @@ -11,13 +11,13 @@
},
"autoload": {
"psr-4": {
"zakariatlilani\\TextTemplate\\": "src/"
"zakariatlilani\\texttemplate\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"zakariatlilani\\TextTemplate\\FieldServiceProvider"
"zakariatlilani\\texttemplate\\FieldServiceProvider"
]
}
},
Expand Down
File renamed without changes.

0 comments on commit f64968a

Please sign in to comment.