Skip to content

Commit 218c91f

Browse files
authored
Fix composer command
1 parent 2f9c4a5 commit 218c91f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ then the new specification is compatible with the old, and will not break the ca
2929
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-deal/framework/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-deal/framework/?branch=master)
3030
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)
3131
[![License](https://img.shields.io/packagist/l/php-deal/framework.svg)](https://packagist.org/packages/php-deal/framework)
32+
3233
Installation
3334
------------
3435

3536
PhpDeal framework can be installed with composer. Installation is quite easy, just ask composer to download
3637
the framework with its dependencies by running the command:
3738

3839
``` bash
39-
$ php composer.phar require lisachenko/php-deal
40+
$ composer require php-deal/framework
4041
```
4142

4243
IDE Integration

0 commit comments

Comments
 (0)