Skip to content

Commit

Permalink
Merge pull request #368 from kenjis/release-2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
kenjis authored Mar 3, 2021
2 parents aed8dc2 + 3e0aeec commit 7efc611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you like Composer:

~~~
$ cd /path/to/codeigniter/
$ composer require kenjis/ci-phpunit-test:2.x-dev --dev
$ composer require kenjis/ci-phpunit-test:^2.0 --dev
~~~

And run `install.php`:
Expand Down
4 changes: 2 additions & 2 deletions application/tests/_ci_phpunit_test/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log for ci-phpunit-test

## v2.0.0 (Not Released)
## v2.0.0 (2021/03/03)

### Changed

* Require PHP 7.2 or later, PHPUnit 8.1 or later
* Require PHP 7.2 or later, PHPUnit 8.1 to 9.2

## v1.0.0 (2021/03/03)

Expand Down

0 comments on commit 7efc611

Please sign in to comment.