Skip to content

Commit 3af3d14

Browse files
committed
update phpunit installation command
1 parent cf540ef commit 3af3d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using `PHPUnit`_. At first, install PHPUnit as a development dependency:
1212

1313
.. code-block:: terminal
1414
15-
$ composer require --dev phpunit/phpunit:9.6
15+
$ composer require --dev phpunit/phpunit:^9.6
1616
1717
Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``:
1818

0 commit comments

Comments
 (0)