Skip to content

Commit

Permalink
Effiana fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandOrientedTmp committed Jan 22, 2019
1 parent b103fca commit dd5a015
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Migrations/Schema/EffianaCronBundleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

namespace Effiana\CronBundle\Migrations\Schema;

use BrandOriented\DatabaseBundle\Migration\Installation;
use BrandOriented\DatabaseBundle\Migration\QueryBag;
use Effiana\MigrationBundle\Migration\Installation;
use Effiana\MigrationBundle\Migration\QueryBag;
use Doctrine\DBAL\Schema\Schema;


Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
}
],
"require": {
"php": "7.2.*",
"php": "^7.2",
"effiana/cron": "^2.0",
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-cache-bundle": "1.3.*",
"doctrine/doctrine-migrations-bundle": "1.3.*",
"doctrine/doctrine-cache-bundle": "^1.3",
"doctrine/doctrine-migrations-bundle": "^1.3",
"doctrine/orm": "*",
"symfony/framework-bundle": "^4.2"
"symfony/framework-bundle": "^4.2",
"effiana/migration-bundle": "dev-master"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit dd5a015

Please sign in to comment.