removed EOL and changed order of dependencies

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-01-28 13:37:53 +07:00
parent 405170b5b2
commit 4089f12dc6

View File

@ -48,17 +48,15 @@ Base for creating shop chat-robots using Web App technology for ![Telegram](http
*Companies that provide acquiring for the shop*<br>
1. ![Robokassa](https://robokassa.com) (russian) (no swift) (![API](https://docs.robokassa.ru/pay-interface/))
## Dependencies
1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php)
2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework)
3. ![Twig](https://twig.symfony.com/) (HTML templater)
4. ![Zanzara](https://github.com/badfarm/zanzara) (Telegram framework + ReactPHP)
5. ![ArangoDB](https://docs.arangodb.com/3.11/about-arangodb/) (non-relational database)
6. ![NGINX](https://nginx.org/en/) (web server) *(can be replaced)*
7. ![SystemD](https://systemd.io/) (service manager) *(can be replaced)*
8. ![Composer](https://getcomposer.org/) (php package manager)
2. ![Composer](https://getcomposer.org/) (php package manager)
3. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework)
4. ![Twig](https://twig.symfony.com/) (HTML templater)
5. ![Zanzara](https://github.com/badfarm/zanzara) (Telegram framework + ReactPHP)
6. ![ArangoDB](https://docs.arangodb.com/3.11/about-arangodb/) (non-relational database)
7. ![NGINX](https://nginx.org/en/) (web server) *(can be replaced)*
8. ![SystemD](https://systemd.io/) (service manager) *(can be replaced)*
<small>You can find other dependencies in the file `/composer.json`</small>