Skip to content

Commit

Permalink
Code: nettrine -> contributte
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 13, 2022
1 parent d7ef1be commit ec9bc51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nettrine Fixtures
# Contributte Doctrine Fixtures

[Doctrine/DataFixtures](https://github.com/doctrine/data-fixtures) for Nette Framework

Expand Down Expand Up @@ -38,8 +38,8 @@ Take advantage of enpowering this package with 2 extra packages:

### `doctrine/orm`

This package relies on `doctrine/orm`, use prepared [nettrine/orm](https://github.com/nettrine/orm) integration.
Doctrine ORM depends on Doctrine DBAL, use prepared [nettrine/dbal](https://github.com/nettrine/dbal) integration
This package relies on `doctrine/orm`, use prepared [nettrine/orm](https://github.com/contributte/doctrine-orm) integration.
Doctrine ORM depends on Doctrine DBAL, use prepared [nettrine/dbal](https://github.com/contributte/doctrine-dbal) integration

```bash
composer require nettrine/dbal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![](https://heatbadger.now.sh/github/readme/nettrine/fixtures/)
![](https://heatbadger.now.sh/github/readme/contributte/doctrine-fixtures/)

<p align=center>
<a href="https://github.com/nettrine/fixtures/actions"><img src="https://badgen.net/github/checks/nettrine/fixtures/master?cache=300"></a>
<a href="https://github.com/contributte/doctrine-fixtures/actions"><img src="https://badgen.net/github/checks/nettrine/fixtures/master?cache=300"></a>
<a href="https://coveralls.io/r/nettrine/fixtures"><img src="https://badgen.net/coveralls/c/github/nettrine/fixtures?cache=300"></a>
<a href="https://packagist.org/packages/nettrine/fixtures"><img src="https://badgen.net/packagist/dm/nettrine/fixtures"></a>
<a href="https://packagist.org/packages/nettrine/fixtures"><img src="https://badgen.net/packagist/v/nettrine/fixtures"></a>
</p>
<p align=center>
<a href="https://packagist.org/packages/nettrine/fixtures"><img src="https://badgen.net/packagist/php/nettrine/fixtures"></a>
<a href="https://github.com/nettrine/fixtures"><img src="https://badgen.net/github/license/nettrine/fixtures"></a>
<a href="https://github.com/contributte/doctrine-fixtures"><img src="https://badgen.net/github/license/contributte/doctrine-fixtures"></a>
<a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/cyan"></a>
<a href="https://bit.ly/cttfo"><img src="https://badgen.net/badge/support/forum/yellow"></a>
<a href="https://contributte.org/partners.html"><img src="https://badgen.net/badge/sponsor/donations/F96854"></a>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["nette", "doctrine", "fixtures"],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/nettrine/fixtures",
"homepage": "https://github.com/contributte/doctrine-fixtures",
"authors": [
{
"name": "Milan Felix Šulc",
Expand Down

0 comments on commit ec9bc51

Please sign in to comment.