Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakariaTlilani committed Jan 11, 2024
1 parent 2c3e0c6 commit 86dbd85
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/vendor/
/node_modules/
composer.json
composer.lock
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "zakariatlilani/text-template",
"description": "A Laravel Nova field.",
"keywords": [
"laravel",
"nova"
],
"license": "MIT",
"require": {
"php": "^7.1.0"
},
"autoload": {
"psr-4": {
"zakariatlilani\\TextTemplate\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"zakariatlilani\\TextTemplate\\FieldServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 86dbd85

Please sign in to comment.