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 585c9fd commit b5e19dcCopy full SHA for b5e19dc
2 files changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "doctrine/orm",
3
- "type": "library",
+ "type": "library","version":"2.3.0",
4
"description": "Object-Relational-Mapper for PHP",
5
"keywords": ["orm", "database"],
6
"homepage": "http://www.doctrine-project.org",
lib/Doctrine/ORM/Version.php
@@ -36,7 +36,7 @@ class Version
36
/**
37
* Current Doctrine Version
38
*/
39
- const VERSION = '2.3.0-DEV';
+ const VERSION = '2.3.0';
40
41
42
* Compares a Doctrine version with the current one.
0 commit comments