Error install
Opened this issue · 1 comments
I use the composer create-project swoft/swoft swoft command
I get an error:
Problem 1
- Root composer.json requires swoft/framework, it could not be found in any version, there may be a typo in the package name.
Problem 2
- Root composer.json requires swoft/rpc, it could not be found in any version, there may be a typo in the package name.
Problem 3
- Root composer.json requires swoft/rpc-server, it could not be found in any version, there may be a typo in the package name.
Problem 4
- Root composer.json requires swoft/rpc-client, it could not be found in any version, there may be a typo in the package name.
Problem 5
- Root composer.json requires swoft/http-server, it could not be found in any version, there may be a typo in the package name.
Problem 6
- Root composer.json requires swoft/http-client, it could not be found in any version, there may be a typo in the package name.
Problem 7
- Root composer.json requires swoft/websocket-server, it could not be found in any version, there may be a typo in the package name.
Problem 8
- Root composer.json requires swoft/task, it could not be found in any version, there may be a typo in the package name.
Problem 9
- Root composer.json requires swoft/http-message, it could not be found in any version, there may be a typo in the package name.
Problem 10
- Root composer.json requires swoft/view, it could not be found in any version, there may be a typo in the package name.
Problem 11
- Root composer.json requires swoft/db, it could not be found in any version, there may be a typo in the package name.
Problem 12
- Root composer.json requires swoft/cache, it could not be found in any version, there may be a typo in the package name.
Problem 13
- Root composer.json requires swoft/redis, it could not be found in any version, there may be a typo in the package name.
Problem 14
- Root composer.json requires swoft/console, it could not be found in any version, there may be a typo in the package name.
Problem 15
- Root composer.json requires swoft/devtool, it could not be found in any version, there may be a typo in the package name.
Problem 16
- Root composer.json requires swoft/session, it could not be found in any version, there may be a typo in the package name.
Problem 17
- Root composer.json requires swoft/i18n, it could not be found in any version, there may be a typo in the package name.
Problem 18
- Root composer.json requires swoft/process, it could not be found in any version, there may be a typo in the package name.
Problem 19
- Root composer.json requires swoft/memory, it could not be found in any version, there may be a typo in the package name.
Problem 20
- Root composer.json requires swoft/service-governance, it could not be found in any version, there may be a typo in the package name.
Problem 21
- Root composer.json requires eaglewu/swoole-ide-helper, it could not be found in any version, there may be a typo in the package name.
Problem 22
- Root composer.json requires phpunit/phpunit, it could not be found in any version, there may be a typo in the package name.
is the framework no longer supported?
It has something to do with redis. (Check the very first error displayed before composer.json problems. Make sure you install redis first, before composer create-project swoft/swoft swoft command