Skip to content

Commit

Permalink
set composer types to cakephp-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Dec 20, 2020
1 parent 45ac0ca commit 65af725
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/collection-view/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/collection-view",
"description": "A simple Collection View for displaying pagination meta data in JSON or XML collection responses",
"type": "library",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/core/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/core",
"description": "MixerAPI Core libraries",
"type": "project",
"type": "library",
"license": "MIT",
"keywords": ["mixerapi"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/exception-render/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/exception-render",
"description": "Handles rendering entity validation errors and other exceptions for your API",
"type": "project",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/hal-view/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/hal-view",
"description": "A Hypertext Application Language (HAL+JSON) view for CakePHP.",
"type": "library",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-ld-view/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/json-ld-view",
"description": "A JSON-LD view for CakePHP",
"type": "project",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp", "json-ld", "jsonld", "cakephp json-ld", "cakephp jsonld"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/mixerapi/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/mixerapi",
"description": "Streamline development of API-first applications in CakePHP",
"type": "project",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/rest/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixerapi/rest",
"description": "The missing RESTful API component to CakePHP's bake console. Create RESTful API skeletions in seconds.",
"type": "library",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp rest","cakephp4 rest","cakephp rest bake","cakephp api bake"],
"require": {
Expand Down

0 comments on commit 65af725

Please sign in to comment.