Skip to content

Commit 12ba620

Browse files
committed
Merge pull request #420 from carlossg00/cookbook_doctrine_fixtures_update
updated to latest vendor script
2 parents 6e4cad3 + 8253eec commit 12ba620

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ file:
2121

2222
.. code-block:: text
2323
24-
doctrine-fixtures / http://github.com/doctrine/data-fixtures.git
25-
DoctrineFixturesBundle /bundles/Symfony/Bundle http://github.com/symfony/DoctrineFixturesBundle.git
24+
[doctrine-fixtures]
25+
git=http://github.com/doctrine/data-fixtures.git
26+
27+
[DocrineFixturesBundle]
28+
git=http://github.com/symfony/DoctrineFixturesBundle.git
29+
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
2630
2731
Update the vendor libraries:
2832

2933
.. code-block:: bash
3034
31-
$ php bin/vendors install
35+
$ php bin/vendor update
3236
3337
If everything worked, the ``doctrine-fixtures`` library can now be found
3438
at ``vendor/doctrine-fixtures``.

0 commit comments

Comments
 (0)