Skip to content

Commit

Permalink
Adds phpstorm-plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 24, 2024
1 parent acbe7fd commit 7ec33dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/app/src/Endpoint/Http/Controller/SettingsAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ public function __invoke(ClientInterface $client): ResourceInterface
'stars' => $client->getStars('buggregator/trap'),
'last_version' => $client->getLastVersion('buggregator/trap'),
],
'phpstorm-plugin' => [
'stars' => $client->getStars('buggregator/phpstorm-plugin'),
'last_version' => $client->getLastVersion('buggregator/phpstorm-plugin'),
],
],
]);
}
Expand Down
1 change: 1 addition & 0 deletions app/app/src/Github/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function getIssuesForContributors(): array
'buggregator/trap',
'buggregator/frontend',
'buggregator/docs',
'buggregator/phpstorm-plugin',
];

$issues = [];
Expand Down

0 comments on commit 7ec33dc

Please sign in to comment.