Skip to content

Commit 7c5c543

Browse files
committed
Update Composer manifest
1 parent f63889d commit 7c5c543

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joomlatools/framework-tags",
3-
"type": "nooku-component",
3+
"type": "joomlatools-extension",
44
"license": "GPLv3",
55
"description": "A reusable component for tags management",
66
"keywords": [
@@ -19,12 +19,7 @@
1919
"require": {
2020
"joomlatools/framework": "~3.0"
2121
},
22-
"autoload": {
23-
"files": ["autoload.php"]
24-
},
25-
"nooku-component": {
26-
"identifier": "com:tags",
27-
"name": "tags",
28-
"version": "1.0.1"
22+
"extra": {
23+
"joomlatools-component": "tags"
2924
}
3025
}

0 commit comments

Comments
 (0)