Skip to content

Commit 461093d

Browse files
authored
[TASK] Add keywords (#364)
1 parent 3bb5cde commit 461093d

File tree

9 files changed

+69
-0
lines changed

9 files changed

+69
-0
lines changed

packages/fractor-composer-json/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "ComposerJson extension for the File Read-Analyse-Change Tool. Allows modifying composer.json files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/fractor-doc-generator/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "Generate docs for Fractor",
44
"license": "MIT",
55
"type": "library",
6+
"keywords": [
7+
"dev",
8+
"fractor"
9+
],
610
"authors": [
711
{
812
"name": "Andreas Wolf",

packages/fractor-fluid/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "Fluid extension for the File Read-Analyse-Change Tool. Allows modifying Fluid files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/fractor-htaccess/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "htaccess extension for the File Read-Analyse-Change Tool. Allows modifying htaccess files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Simon Schaufelberger",

packages/fractor-typoscript/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "TypoScript extension for the File Read-Analyse-Change Tool. Allows modifying TYPO3 TypoScript configuration files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/fractor-xml/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "XML extension for the File Read-Analyse-Change Tool. Allows modifying XML files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/fractor-yaml/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "YAML extension for the File Read-Analyse-Change Tool. Allows modifying YAML files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/fractor/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "File Read-Analyse-Change Tool",
44
"license": "MIT",
55
"type": "library",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration"
13+
],
614
"authors": [
715
{
816
"name": "Andreas Wolf",

packages/typo3-fractor/composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"description": "TYPO3 extension for the File Read-Analyse-Change Tool. Allows modifying XML files",
44
"license": "MIT",
55
"type": "fractor-extension",
6+
"keywords": [
7+
"dev",
8+
"fractor",
9+
"upgrade",
10+
"refactoring",
11+
"automation",
12+
"migration",
13+
"typo3"
14+
],
615
"authors": [
716
{
817
"name": "Andreas Wolf",

0 commit comments

Comments
 (0)