Skip to content

Commit

Permalink
Migrate to Doctrine's fork of jdorn/sql-formatter
Browse files Browse the repository at this point in the history
We like our dependencies maintained, and jdorn/sql-formatter sadly no
longer is.
  • Loading branch information
greg0ire committed Apr 29, 2020
1 parent 79ff97d commit 0eff8f8
Show file tree
Hide file tree
Showing 7 changed files with 312 additions and 146 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-pdo_sqlite": "*",
"doctrine/coding-standard": "^7.0",
"doctrine/orm": "^2.6",
"jdorn/sql-formatter": "^1.1",
"doctrine/sql-formatter": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
Expand All @@ -35,7 +35,7 @@
"symfony/yaml": "^3.4||^4.0||^5.0"
},
"suggest": {
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"autoload": {
Expand Down
Loading

0 comments on commit 0eff8f8

Please sign in to comment.