search

Home  >  Q&A  >  body text

I want to change the column data type so that I can install doctrine/dbal but I can't

I am installing composer requiredoctrine/dbal but I am unable to do so due to php version.

P粉403821740P粉403821740512 days ago511

reply all(1)I'll reply

  • P粉466909449

    P粉4669094492023-09-09 16:31:07

    You can temporarily use the 3.7.x version to send the 4.0.x version or write a question

    "require": {
        "php": "^8.1|^8.2"
    }

    or version range

    "require": {
        "php": ">=^8.1"
    }

    reply
    0
  • Cancelreply