Skip to content

Commit

Permalink
Merge pull request #106 from bocharsky-bw/patch-1
Browse files Browse the repository at this point in the history
Remove package version when do composer require
  • Loading branch information
everzet committed Jul 24, 2016
2 parents 3a21858 + 7c14ee3 commit c9e7817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/2.definitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ it will be followed by 1 skipped step that is marked cyan.

.. code-block:: bash
$ php composer.phar require --dev phpunit/phpunit='~4.1.0'
$ php composer.phar require --dev phpunit/phpunit
and then by simply using assertions in your steps:

Expand Down
4 changes: 2 additions & 2 deletions quick_intro_pt1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ new one) and run:

.. code-block:: bash
$ php composer.phar require --dev behat/behat=~3.0.4
$ php composer.phar require --dev behat/behat
Then you will be able to check installed Behat version using:

Expand Down Expand Up @@ -496,7 +496,7 @@ state of our ``Basket`` object with our expectations using PHPUnit assertions.

.. code-block:: bash
$ php composer.phar require --dev phpunit/phpunit='~4.1.0'
$ php composer.phar require --dev phpunit/phpunit
and then by simply using assertions in your steps:

Expand Down

0 comments on commit c9e7817

Please sign in to comment.