Skip to content

Commit

Permalink
remove tenolo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklog committed May 29, 2018
1 parent c283659 commit c6897dc
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/Command/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
* @package Shapecode\Devliver\Command
* @author Nikita Loges
* @company tenolo GbR
*/
class SelfUpdateCommand extends Command
{
Expand Down
1 change: 0 additions & 1 deletion src/Composer/ConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
* @package Shapecode\Devliver\Composer
* @author Nikita Loges
* @company tenolo GbR
*/
class ConfigFactory
{
Expand Down
1 change: 0 additions & 1 deletion src/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*
* @package Shapecode\Devliver\Controller
* @author Nikita Loges
* @company tenolo GbR
*
* @Route("/api", name="devliver_api_")
*/
Expand Down
1 change: 0 additions & 1 deletion src/Controller/DownloadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*
* @package Shapecode\Devliver\Controller
* @author Nikita Loges
* @company tenolo GbR
*
* @Route("/", name="devliver_download_")
*/
Expand Down
1 change: 0 additions & 1 deletion src/Entity/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
* @package Shapecode\Devliver\Entity
* @author Nikita Loges
* @company tenolo GbR
*
* @ORM\Entity(repositoryClass="Shapecode\Devliver\Repository\DownloadRepository")
*/
Expand Down
1 change: 0 additions & 1 deletion src/Entity/DownloadInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @package Shapecode\Devliver\Entity
* @author Nikita Loges
* @company tenolo GbR
*/
interface DownloadInterface extends BaseEntityInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Entity/VersionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @package Shapecode\Devliver\Entity
* @author Nikita Loges
* @company tenolo GbR
*/
interface VersionInterface extends BaseEntityInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Form/Type/Forms/FilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
* @package Shapecode\Devliver\Form\Type\Forms
* @author Nikita Loges
* @company tenolo GbR
*/
class FilterType extends AbstractType
{
Expand Down
1 change: 0 additions & 1 deletion src/Form/Type/Forms/UserProfileType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* @package Shapecode\Devliver\Form\Type\Forms
* @author Nikita Loges
* @company tenolo GbR
*/
class UserProfileType extends AbstractType
{
Expand Down
1 change: 0 additions & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
* @package App
* @author Nikita Loges
* @company tenolo GbR
*/
class Kernel extends BaseKernel
{
Expand Down
1 change: 0 additions & 1 deletion src/Repository/DownloadRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
* @package Shapecode\Devliver\Repository
* @author Nikita Loges
* @company tenolo GbR
*/
class DownloadRepository extends EntityRepository
{
Expand Down
1 change: 0 additions & 1 deletion src/Repository/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @package Shapecode\Devliver\Repository
* @author Nikita Loges
* @company tenolo GbR
*/
class UserRepository extends EntityRepository
{
Expand Down
6 changes: 6 additions & 0 deletions src/Resources/views/Package/view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
{% block content %}
<div class="row">
<div class="col-md-8">
{% if package.autoUpdate == false %}
<div class="mb-3">
<div class="alert alert-warning"><i class="fas fa-exclamation-triangle"></i> Up to now, the package was not updated with a hook.</div>
</div>
{% endif %}

<div class="mb-3">
<i class="fas fa-download"></i> <span class="pl-2">composer require {{ package.name }}</span>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/Service/GitHubRelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
* @package Shapecode\Devliver\Service
* @author Nikita Loges
* @company tenolo GbR
*/
class GitHubRelease
{
Expand Down
1 change: 0 additions & 1 deletion src/Service/RepositoryHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
* @package Shapecode\Devliver\Service
* @author Nikita Loges
* @company tenolo GbR
*/
class RepositoryHelper
{
Expand Down
1 change: 0 additions & 1 deletion src/Util/ComposerUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @package Shapecode\Devliver\Util
* @author Nikita Loges
* @company tenolo GbR
*/
class ComposerUtil
{
Expand Down

0 comments on commit c6897dc

Please sign in to comment.