Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error install #1502

Open
kikemaru opened this issue Jul 3, 2023 · 1 comment
Open

Error install #1502

kikemaru opened this issue Jul 3, 2023 · 1 comment
Assignees

Comments

@kikemaru
Copy link

kikemaru commented Jul 3, 2023

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?
@kiswigu2
Copy link

kiswigu2 commented Jul 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants