Skip to content

Commit

Permalink
maintainer and namespace update: package taken over
Browse files Browse the repository at this point in the history
  • Loading branch information
yalesov committed Jul 5, 2016
1 parent 3d8f18b commit 9f08c17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The official CLI looks for `config/application.config.php`. This wrapper looks f
{
"minimum-stability": "dev",
"require": {
"heartsentwined/zf2-doctrine": "1.*"
"yalesov/zf2-doctrine": "1.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion bin/doctrine-cli.php
@@ -1,5 +1,5 @@
<?php
use Heartsentwined\Yaml\Yaml;
use Yalesov\Yaml\Yaml;
use Zend\Mvc\Application;

ini_set('display_errors', true);
Expand Down
22 changes: 15 additions & 7 deletions composer.json
@@ -1,20 +1,28 @@
{
"name": "heartsentwined/zf2-doctrine",
"name": "yalesov/zf2-doctrine",
"description": "wrapper for DoctrineORMModule + DoctrineModule's CLI, tailored for yaml config files",
"license": "GPL-3.0",
"keywords": ["cli", "zf2", "doctrine"],
"homepage": "https://github.com/heartsentwined/zf2-doctrine",
"authors": [
{
"name": "heartsentwined",
"email": "heartsentwined@cogito-lab.com",
"role": "Developer"
"name": "Yulij Andreevich Lesov",
"email": "yalesov@gmail.com"
}
],
"bin": ["bin/doctrine-cli"],
"require": {
"php": ">=5.3.3",
"heartsentwined/yaml": "1.*",
"yalesov/yaml": "1.*",
"doctrine/doctrine-orm-module": "dev-master"
},
"license": "ISC",
"homepage": "https://github.com/yalesov/zf2-doctrine",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yalesov/zf2-doctrine"
}
],
"support": {
"issues": "https://github.com/yalesov/zf2-doctrine/issues"
}
}

0 comments on commit 9f08c17

Please sign in to comment.