We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df3a64 commit df1283bCopy full SHA for df1283b
composer.json
@@ -28,7 +28,7 @@
28
},
29
"extra": {
30
"branch-alias": {
31
- "dev-master": "2.5.x-dev"
+ "dev-master": "2.6.x-dev"
32
}
33
34
"archive": {
lib/Doctrine/DBAL/Version.php
@@ -34,7 +34,7 @@ class Version
/**
35
* Current Doctrine Version.
36
*/
37
- const VERSION = '2.5.0-DEV';
+ const VERSION = '2.6.0-DEV';
38
39
40
* Compares a Doctrine version with the current one.
0 commit comments