Skip to content

Commit

Permalink
Merge pull request #110 from jadu/MET-95
Browse files Browse the repository at this point in the history
MET-95: Upgrade Doctrine Migrations to 1.5.0
  • Loading branch information
dgudgeon authored Jun 16, 2020
2 parents d805a2d + 3894ab1 commit 2723394
Show file tree
Hide file tree
Showing 9 changed files with 364 additions and 63 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Updated Doctrine Migrations to 1.5.0 ([#110](https://github.com/jadu/meteor/pull/110)).
* Fixed issues with running multiple scripts in the script runner
* Adds --log-dir option at patching stage to specify a different folder for logs ([#84](https://github.com/jadu/meteor/pull/84)).
* Adds a --limit-backups option at patching stage ([#83](https://github.com/jadu/meteor/pull/83)).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/options-resolver": "^3.2",
"symfony/yaml": "^3.2",
"doctrine/dbal": "2.5.10",
"doctrine/migrations": "1.0.0-alpha3",
"doctrine/migrations": "^1.5.0",
"composer/semver": "^1.4",
"jadu/doctrine-types": "~1.0.0"
},
Expand Down
Loading

0 comments on commit 2723394

Please sign in to comment.