Skip to content

Commit

Permalink
OXDEV-7301: Add authors to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Feb 9, 2024
1 parent 7eaf047 commit b283a78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
php: '8.0'
mysql: '5.7.37'
report_sonarcloud: true
report_sonarcloud: true
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop", "GraphQL"],
"homepage": "https://www.oxid-esales.com",
"authors": [
{
"name": "Marcel Manzel",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Anton Fedurtsya",
"email": "[email protected]",
"role": "Developer"
}
],
"license": ["proprietary"],
"require": {
"php": "^8.0",
Expand Down

0 comments on commit b283a78

Please sign in to comment.