removed EOL and changed order of dependencies
This commit is contained in:
parent
405170b5b2
commit
4089f12dc6
16
README.md
16
README.md
|
@ -48,17 +48,15 @@ Base for creating shop chat-robots using Web App technology for  (russian) (no swift) ()
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
1. 
|
||||
2.  (PHP framework)
|
||||
3.  (HTML templater)
|
||||
4.  (Telegram framework + ReactPHP)
|
||||
5.  (non-relational database)
|
||||
6.  (web server) *(can be replaced)*
|
||||
7.  (service manager) *(can be replaced)*
|
||||
8.  (php package manager)
|
||||
2.  (php package manager)
|
||||
3.  (PHP framework)
|
||||
4.  (HTML templater)
|
||||
5.  (Telegram framework + ReactPHP)
|
||||
6.  (non-relational database)
|
||||
7.  (web server) *(can be replaced)*
|
||||
8.  (service manager) *(can be replaced)*
|
||||
|
||||
<small>You can find other dependencies in the file `/composer.json`</small>
|
||||
|
||||
|
|
Loading…
Reference in New Issue