Skip to content

Commit dc26596

Browse files
author
Samuel Akopyan
committed
~ changes in composer.json
1 parent 68bf90f commit dc26596

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ If you're starting a new project, we recommend using the [Directy CMF](https://g
2222
a starting point. For installing new version in existing applications you can run the following:
2323

2424
``` bash
25-
$ composer require apphp/php-mvc-framework
25+
composer remove phpunit/phpunit --dev
26+
or
27+
composer require phpunit/phpunit --dev
28+
composer update
2629
```
2730

2831
## Manual installation of ApPHP Framework

0 commit comments

Comments
 (0)