Skip to content

Commit

Permalink
prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 29, 2015
1 parent 4c17708 commit a954bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.0 (201?-??-??)
1.2.0 (2015-12-28)
------------------

* added `bovigo\assert\fail()`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ _bovigo/assert_ is distributed as [Composer](https://getcomposer.org/) package.
To install it as a development dependency of your package use the following
command:

composer require --dev "bovigo/assert": "^1.1"
composer require --dev "bovigo/assert": "^1.2"

To install it as a runtime dependency for your package use the following command:

composer require "bovigo/assert=^1.1"
composer require "bovigo/assert=^1.2"


Requirements
Expand Down

0 comments on commit a954bf7

Please sign in to comment.