-2

I am using Windows 10 (32bit), but I can't find a 32bit version of composer.

I found the download page but I don't know if there is a 32bit version I can download.

Are 32 bits operative systems supported?

yivi
  • 42,438
  • 18
  • 116
  • 138
황순기
  • 9
  • 3

1 Answers1

2

Composer is neither "32" nor "64" bits. It's just another PHP script.

It runs on whatever PHP runtime is installed on your system. If PHP runs on your system (and the appropriate extensions are installed), composer will work.

yivi
  • 42,438
  • 18
  • 116
  • 138