Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f89d8c commit 827f1f8Copy full SHA for 827f1f8
2 files changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "doctrine/orm",
3
- "type": "library",
+ "type": "library","version":"2.4.0-BETA1",
4
"description": "Object-Relational-Mapper for PHP",
5
"keywords": ["orm", "database"],
6
"homepage": "http://www.doctrine-project.org",
@@ -16,7 +16,7 @@
16
"php": ">=5.3.2",
17
"ext-pdo": "*",
18
"doctrine/collections": "~1.1",
19
- "doctrine/dbal": ">=2.4-dev,<2.5-dev",
+ "doctrine/dbal": ">=2.4-beta,<2.5-dev",
20
"symfony/console": "2.*"
21
},
22
"suggest": {
lib/Doctrine/ORM/Version.php
@@ -36,7 +36,7 @@ class Version
36
/**
37
* Current Doctrine Version
38
*/
39
- const VERSION = '2.4.0-DEV';
+ const VERSION = '2.4.0-BETA1';
40
41
42
* Compares a Doctrine version with the current one.
0 commit comments