Skip to content

Commit 971c308

Browse files
FatoniFatoni
authored andcommitted
add composer.json
1 parent 0cc2bff commit 971c308

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "fatoni/api-generator-plugin",
3+
"type": "october-plugin",
4+
"description": "October CMS plugin to build RESTful APIs",
5+
"require": {
6+
"composer/installers": "~1.0",
7+
"rainlab/builder-plugin": "^2.0"
8+
}
9+
}

updates/version.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
1.0.6:
1313
- 'fixing bug on generate endpoint'
1414
1.0.7:
15-
- 'fixing bug on October CMS v1.0.456'
15+
- 'fixing bug on October CMS v1.0.456'
16+
1.0.8:
17+
- 'fixing bug on October CMS v3'

0 commit comments

Comments
 (0)