亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

I want to change the column data type so that I can install doctrine/dbal but I can't
P粉403821740
P粉403821740 2023-09-08 21:53:31
0
1
582

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

  • php version is 8.2.0
  • laravel version is 10
P粉403821740
P粉403821740

reply all(1)
P粉466909449

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"
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template