Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 28db0ec

Browse files
committed
Fixed some more versions
1 parent d3b9bb0 commit 28db0ec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bundles/phpcr_odm/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ If you want to use PHPCR-ODM, you additionally need to require
4646
4747
require: {
4848
...
49-
"jackalope/jackalope-doctrine-dbal": "1.1.*",
50-
"doctrine/phpcr-odm": "1.1.*",
51-
"doctrine/phpcr-bundle": "1.1.*",
49+
"jackalope/jackalope-doctrine-dbal": "1.2.*",
50+
"doctrine/phpcr-odm": "1.2.*",
51+
"doctrine/phpcr-bundle": "1.2.*",
5252
...
5353
}
5454

components/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following dependency to the ``require-dev`` section of ``composer.json``
1919
.. code-block:: javascript
2020
2121
"require-dev": {
22-
"symfony-cmf/testing": "1.1.*"
22+
"symfony-cmf/testing": "1.2.*"
2323
},
2424
2525
.. note::

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.1.0'
58+
version = '1.2.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.1.0'
60+
release = '1.2.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)