File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ The test suite need the following third-party libraries:
31
31
* Swiftmailer
32
32
* Twig
33
33
34
- To install them all, run the `vendors.sh ` script:
34
+ To install them all, run the `vendors.php ` script:
35
35
36
36
.. code-block :: bash
37
37
38
- $ sh vendors.sh
38
+ $ php vendors.php
39
39
40
40
.. note ::
41
41
42
42
Note that the script takes some time to finish.
43
43
44
44
After installation, you can update the vendors anytime by running the
45
- `vendors.sh ` script again.
45
+ `vendors.php ` script again.
46
46
47
47
Running
48
48
-------
Original file line number Diff line number Diff line change @@ -16,25 +16,19 @@ Setup and Configuration
16
16
If you don't have the `Doctrine Data Fixtures `_ library configured with Symfony2
17
17
yet, follow these steps to do so.
18
18
19
- Add the following to ``bin/vendors.sh ``, right after the "Monolog" entry:
19
+ If you're using the Standard Distribution, add the following to your ``bin/deps ``
20
+ file:
20
21
21
22
.. code-block :: text
22
23
23
- # Doctrine Fixtures
24
- install_git doctrine-fixtures https://github.com/doctrine/data-fixtures.git
25
-
26
- And also, the following after the "WebConfiguratorBundle" entry:
27
-
28
- .. code-block :: text
29
-
30
- # DoctrineFixturesBundle
31
- install_git DoctrineFixturesBundle https://github.com/symfony/DoctrineFixturesBundle.git
24
+ / doctrine-fixtures http://github.com/doctrine/data-fixtures.git
25
+ /bundles/Symfony/Bundle DoctrineFixturesBundle http://github.com/symfony/DoctrineFixturesBundle.git
32
26
33
27
Update the vendor libraries:
34
28
35
29
.. code-block :: bash
36
30
37
- $ bin/vendors.sh
31
+ $ php bin/vendors.php
38
32
39
33
If everything worked, the ``doctrine-fixtures `` library can now be found
40
34
at ``vendor/doctrine-fixtures ``.
You can’t perform that action at this time.
0 commit comments