symfony/demo

Do we need to replace package for php ^8.3

talha-core opened this issue · 2 comments

"replace": {
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*",
        "symfony/polyfill-php82": "*",
        "symfony/polyfill-php83": "*"
    },

I have added php83, The website works fine.

Is this correct way of doin it?

Can we add this to demo application or php8.3 support ?

You can do that in your own application. For the demo this is not possible yet as we also support PHP 8.2.

Understood