minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Write about IO.JS version of Zombie in README #135

Closed aik099 closed 8 years ago

aik099 commented 9 years ago

We should note in README, that:

  1. Zombie 4.x+ requires IO.JS to run instead of Node.JS
  2. versions of Zombie > 4.x and < 4.0.12 doesn't support multi-part form submission
stof commented 9 years ago

IMO, we don't need to document that zombie 4 requires io.js. This is something zombie needs to document, not us (and maybe even enforce in npm if it is possible).

stof commented 9 years ago

OK, actually, we should document it, because of https://github.com/minkphp/MinkZombieDriver/pull/136#issuecomment-115565069

stof commented 9 years ago

btw, should it be in the readme, or in the docs repo ?

aik099 commented 9 years ago

OK, actually, we should document it, because of https://github.com/minkphp/MinkZombieDriver/pull/136#issuecomment-115565069

OK.

btw, should it be in the readme, or in the docs repo ?

Yes, docs are fine too.

stof commented 8 years ago

Closing this as Zombie 4 now runs on node.js (4+) as io.js and node.js have been merged back.