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 1f564e4 commit 62575ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .docs/README.md
@@ -1,4 +1,4 @@
# Nettrine Migrations
# Contributte Doctrine Migrations

[Doctrine/Migrations](https://www.doctrine-project.org/projects/migrations.html) for Nette Framework.

Expand Down Expand Up @@ -37,15 +37,15 @@ 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 [contributte/doctrine-orm](https://github.com/contributte/doctrine-orm) integration.
Doctrine ORM depends on Doctrine DBAL, use prepared [contributte/doctrine-dbal](https://github.com/contributte/doctrine-dbal) integration

```bash
composer require nettrine/dbal
composer require nettrine/orm
```

Without these packages the migrations can't be processed, because they need a database connection and entities information. Don't forget to configure Doctrine DBAL & ORM properly with [console bridge](https://github.com/nettrine/orm/tree/master/.docs#console-bridge). Some commands need special treatment.
Without these packages the migrations can't be processed, because they need a database connection and entities information. Don't forget to configure Doctrine DBAL & ORM properly with [console bridge](https://github.com/contributte/doctrine-orm/tree/master/.docs#console-bridge). Some commands need special treatment.


### `symfony/console`
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,14 +1,14 @@
![](https://heatbadger.now.sh/github/readme/nettrine/migrations/)
![](https://heatbadger.now.sh/github/readme/contributte/doctrine-migrations/)

<p align=center>
<a href="https://github.com/nettrine/migrations/actions"><img src="https://badgen.net/github/checks/nettrine/migrations/master?cache=300"></a>
<a href="https://github.com/contributte/doctrine-migrations/actions"><img src="https://badgen.net/github/checks/nettrine/migrations/master?cache=300"></a>
<a href="https://coveralls.io/r/nettrine/migrations"><img src="https://badgen.net/coveralls/c/github/nettrine/migrations?cache=300"></a>
<a href="https://packagist.org/packages/nettrine/migrations"><img src="https://badgen.net/packagist/dm/nettrine/migrations"></a>
<a href="https://packagist.org/packages/nettrine/migrations"><img src="https://badgen.net/packagist/v/nettrine/migrations"></a>
</p>
<p align=center>
<a href="https://packagist.org/packages/nettrine/migrations"><img src="https://badgen.net/packagist/php/nettrine/migrations"></a>
<a href="https://github.com/nettrine/migrations"><img src="https://badgen.net/github/license/nettrine/migrations"></a>
<a href="https://github.com/contributte/doctrine-migrations"><img src="https://badgen.net/github/license/contributte/doctrine-migrations"></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
Expand Up @@ -4,7 +4,7 @@
"keywords": ["nette", "doctrine", "migrations"],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/nettrine/migrations",
"homepage": "https://github.com/contributte/doctrine-migrations",
"authors": [
{
"name": "Milan Felix Šulc",
Expand Down

0 comments on commit 62575ea

Please sign in to comment.