Skip to content

Commit

Permalink
Requires czproject/dependency-php ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Mar 14, 2021
1 parent d6f0ac9 commit 3d4d857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"czproject/sql-schema": "^3.0",
"czproject/sql-generator": "^2.0",
"czproject/logger": "^0.12.0",
"czproject/dependency-php": "^1.0"
"czproject/dependency-php": "^2.0"
},
"autoload": {
"classmap": ["src/"]
Expand Down
2 changes: 1 addition & 1 deletion src/DiffGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ private function sortTables(array $allTables, array $tablesToSort)
*/
private function resolveOrder(array $tables)
{
$resolver = new \Cz\Dependency;
$resolver = new \CzProject\DependencyPhp\Resolver;
$tablesToSort = [];

foreach ($tables as $table) {
Expand Down

0 comments on commit 3d4d857

Please sign in to comment.