Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Sheer/knowlegebase",
"name": "Sheer/knowledgebase",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An extension can't be renamed as easily as that you do.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu proposes quoi en lieu et place ?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Galixte: English on GitHub :)

Renaming an extension need to update the namespace in PHP files. But this action are also side effects: To change the name, we need to purge the extension, resulting in loss of datas.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can pre-make a backup copy of the table of this extension and then use these data for new renamed extension.

"type": "phpbb-extension",
"description": "Description",
"homepage": "http://phpbbguru.net",
Expand All @@ -20,7 +20,7 @@
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Knowlege base",
"display-name": "Knowledge base",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
}
Expand Down