changed Zend Framework to Laminas

This commit is contained in:
Dennis Riehle
2021-10-18 18:44:14 +02:00
parent 45a6832764
commit 5f46a486eb
6 changed files with 7 additions and 7 deletions

View File

@@ -5,10 +5,10 @@ parameters:
url: https://symfony.com
icon: /images/symfony-logo.png
zend-framework:
name: Zend Framework
url: https://framework.zend.com/
icon: /images/zend-framework-logo.png
laminas:
name: Laminas
url: https://getlaminas.org/
icon: /images/laminas-foundation-logo.png
doctrine.website.projects_data:
-
@@ -107,4 +107,4 @@ parameters:
slug: doctrine-orm-module
integration: true
integrationFor: orm
integrationType: zend-framework
integrationType: laminas

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -55,7 +55,7 @@
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Around since 2006 with very stable, high-quality codebase.</li>
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Extremely flexible and powerful object-mapping and query features.</li>
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Support for both high-level and low-level database programming for all your use-cases.</li>
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Large Community and integrations with many different frameworks (Symfony, Laravel, Zend Framework and more)</li>
<li class="list-group-item"><i class="fa fa-check text-success mr-2"></i>Large Community and integrations with many different frameworks (<a href="https://symfony.com">Symfony</a>, <a href="https://laravel.com/">Laravel</a>, <a href="https://getlaminas.org/">Laminas</a> and more)</li>
</ul>
</div>

View File

@@ -3,7 +3,7 @@
<li class="list-group-item">
<h5 class="card-title">
{% if project.isIntegration %}
<a href="{{ project.projectIntegrationType.url }}" target="_blank" rel="noopener noreferrer"><img src="{{ get_asset_url(project.projectIntegrationType.icon, site.url) }}" title="{{ project.projectIntegrationType.name }}" width="30" class="mr-2" /></a>
<a href="{{ project.projectIntegrationType.url }}" target="_blank" rel="noopener noreferrer"><img src="{{ get_asset_url(project.projectIntegrationType.icon, site.url) }}" title="{{ project.projectIntegrationType.name }}" width="70" class="mr-2" /></a>
{% endif %}
<a href="{{ site.url }}/projects/{{ project.slug }}.html">{{ project.name }}</a>