1.
$ Package name (<vendor>/<name>) [user/composer]:
이 부분은 나중에 지우기도 하시던데 어떤 걸 의미하는 건가요???
The package should be lowercase and have a vendor name, a forward slash, and a package name, matching: [a-z0-9_.-]+/[a-z0-9_.-]+
오류가 나길래 시키는 대로 하긴 했습니다...
2.
[Composer\Exception\NoSslException]
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension,
you can disable this error, at your own risk, by setting the 'disable-tls' opt
ion to true.
이 에러가 뜨길래
$ composer config -g -- disable-tls true 라고 하긴 했습니다
보안상 문제가 없는건가요???
composer 설치할 때마다 오류가 항상 엄청 많이 나오는데
그냥 검색해서 따라하고 해결하고 있지만
왜 그런지 몰라서 답답합니다ㅠㅠ
이 부분에 대한 학습은 어떻게 해야 할까요?