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
438

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!