Skip to content

Commit 7efc611

Browse files
authored
Merge pull request #368 from kenjis/release-2.0.0
Release v2.0.0
2 parents aed8dc2 + 3e0aeec commit 7efc611

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you like Composer:
6565

6666
~~~
6767
$ cd /path/to/codeigniter/
68-
$ composer require kenjis/ci-phpunit-test:2.x-dev --dev
68+
$ composer require kenjis/ci-phpunit-test:^2.0 --dev
6969
~~~
7070

7171
And run `install.php`:

application/tests/_ci_phpunit_test/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log for ci-phpunit-test
22

3-
## v2.0.0 (Not Released)
3+
## v2.0.0 (2021/03/03)
44

55
### Changed
66

7-
* Require PHP 7.2 or later, PHPUnit 8.1 or later
7+
* Require PHP 7.2 or later, PHPUnit 8.1 to 9.2
88

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

0 commit comments

Comments
 (0)