Skip to content

Commit

Permalink
Update the version number of doctrine migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Nov 24, 2017
1 parent 5d5ff24 commit e3faf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Migrations/MigrationsVersion.php
Expand Up @@ -4,7 +4,7 @@

class MigrationsVersion
{
private static $version = 'v1.5.0';
private static $version = 'v1.6.2';

public static function VERSION()
{
Expand Down

3 comments on commit e3faf7c

@alcaeus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This almost makes me want to force 2.0 on everyone just so I can drop this class and use https://packagist.org/packages/ocramius/package-versions instead.

@mikeSimonson
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be easier yes. I will look at it next week. Why waiting for 2.0 thought ?

@alcaeus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping a class => BC break

Please sign in to comment.