Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 827f1f8

Browse files
committed
Release 2.4.0-BETA1
1 parent 1f89d8c commit 827f1f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doctrine/orm",
3-
"type": "library",
3+
"type": "library","version":"2.4.0-BETA1",
44
"description": "Object-Relational-Mapper for PHP",
55
"keywords": ["orm", "database"],
66
"homepage": "http://www.doctrine-project.org",
@@ -16,7 +16,7 @@
1616
"php": ">=5.3.2",
1717
"ext-pdo": "*",
1818
"doctrine/collections": "~1.1",
19-
"doctrine/dbal": ">=2.4-dev,<2.5-dev",
19+
"doctrine/dbal": ">=2.4-beta,<2.5-dev",
2020
"symfony/console": "2.*"
2121
},
2222
"suggest": {

lib/Doctrine/ORM/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Version
3636
/**
3737
* Current Doctrine Version
3838
*/
39-
const VERSION = '2.4.0-DEV';
39+
const VERSION = '2.4.0-BETA1';
4040

4141
/**
4242
* Compares a Doctrine version with the current one.

0 commit comments

Comments
 (0)