Skip to content

Commit

Permalink
Use composer.json as extension manifest file
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 19, 2021
1 parent 066f5df commit 12da659
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
31 changes: 29 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
{
"name": "igniter/api",
"name": "tastyigniter/ti-ext-api",
"type": "tastyigniter-extension",
"keywords": ["tastyigniter", "rest", "api"],
"description": "Manages and generates RESTful APIs using available models in your TastyIgniter app.",
"license": "MIT",
"authors": [
{
"name": "SamPoyigi",
"email": "[email protected]"
}
],
"keywords": [
"tastyigniter",
"rest",
"api"
],
"require": {
"dingo/api": "~3.0",
"laravel/sanctum": "~2.2"
},
"extra": {
"tastyigniter-extension": {
"code": "igniter.api",
"name": "APIs",
"icon": {
"class": "fa fa-cloud",
"color": "#fff",
"backgroundColor": "#02586F"
},
"homepage": "https://tastyigniter.com/marketplace/item/igniter-api",
"require": {
"igniter.local": "*"
}
}
}
}
16 changes: 0 additions & 16 deletions extension.json

This file was deleted.

0 comments on commit 12da659

Please sign in to comment.