Skip to content

Commit

Permalink
fix: required keys for the joomla update server
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Sep 18, 2024
1 parent a557a42 commit 4159ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/CreateJoomlaUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ protected function toXML($metadata)
'DESCRIPTION',
'ELEMENT',
'TYPE',
'CLIENT',
'FOLDER',
'VERSION',
'DOWNLOADURL',
'STABILITY',
Expand Down
4 changes: 3 additions & 1 deletion src/stubs/plugin/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ AUTHORURL='{{AUTHORURL}}'
# Update server
UPDATEURI='{{UPDATEURI}}'

# Package information
# Plugin information for the Update Server
TYPE='plugin'
CLIENT='site'
FOLDER='system'
STABILITY='stable'
DOWNLOADURL='https://example.com/downloads'
PHPMINIMUM='7.4'
Expand Down

0 comments on commit 4159ffb

Please sign in to comment.