symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

Do we need to replace package for php ^8.3 #1521

Closed talha-core closed 2 months ago

talha-core commented 3 months ago
"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 ?

xabbuh commented 2 months ago

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

talha-core commented 2 months ago

Understood