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

Commit 3f164e3

Browse files
committed
[8416330] Reverted changing to old version
1 parent c6da068 commit 3f164e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.*"
22+
"symfony-cmf/testing": "1.1.*"
2323
},
2424
2525
.. note::

cookbook/creating_a_cms/sonata-admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ensure that you have the following package installed:
1515
...
1616
require: {
1717
...
18-
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.*",
18+
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
1919
},
2020
...
2121
}

0 commit comments

Comments
 (0)