My simple Symfony application needs an upgrade from PHP7 to PHP8. This includes updating all custom plugins and composer dependencies to their latest versions.
Requirements:
- Extensive experience with PHP and Symfony
- Proven track record of plugin and dependency updates
- Strong debugging skills to ensure smooth transition
Please note, there is no test suite to run post-update. Therefore, your ability to troubleshoot and rectify issues independently is crucial.
This is the current [login to view URL]:
{
"type": "project",
"license": "proprietary",
"require": {
"php": "^8.3.12",
"ext-ctype": "*",
"ext-iconv": "*",
"alterphp/easyadmin-extension-bundle": "^3.0",
"brokoskokoli/star-rating-bundle": "^3.0",
"doctrine/doctrine-cache-bundle": "^1.3",
"doctrine/doctrine-migrations-bundle": "^2.0",
"easycorp/easyadmin-bundle": "^2.3",
"friendsofsymfony/user-bundle": "~2.0",
"noxlogic/ratelimit-bundle": "^1.14",
"phpoffice/phpspreadsheet": "^1.6",
"ramsey/uuid-doctrine": "^1.5",
"sensio/framework-extra-bundle": "^5.2",
"shapecode/hidden-entity-type-bundle": "^6.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "4.4.*",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/expression-language": "4.4.*",
"symfony/flex": "^1.1",
"symfony/form": "4.4.*",
"symfony/framework-bundle": "4.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/orm-pack": "^1.0",
"symfony/process": "4.4.*",
"symfony/security-bundle": "4.4.*",
"symfony/serializer-pack": "*",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/translation": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/validator": "4.4.*",
"symfony/web-link": "4.4.*",
"symfony/webpack-encore-bundle": "^1.2",
"symfony/yaml": "4.4.*",
"vich/uploader-bundle": "^1.13"
},
"require-dev": {
"symfony/debug-pack": "*",
"symfony/maker-bundle": "^1.0",
"symfony/profiler-pack": "*",
"symfony/test-pack": "*",
"symfony/web-server-bundle": "4.4.*"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
}
}