-
-
Notifications
You must be signed in to change notification settings - Fork 504
Open
Description
On a Symfony 7.3 project, I'm upgrading to 7.4RC3 via:
composer config minimum-stability rc
composer config extra.symfony.require "7.4.*"
composer updateI updated some Flex recipes and it all went good.
Then I run:
composer symfony:recipes:update symfony/phpunit-bridgeAnd my diff is:
On branch upgradeSymfony8
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: .env.test
deleted: .gitignore
deleted: bin/phpunit
modified: phpunit.xml.dist
modified: symfony.lock
deleted: tests/bootstrap.php
Most of those files should not have disappeared, for example : .gitignore should not be removed.
How to reproduce
This was done on a open source project:
- branch: https://github.com/jolicode/secret-santa/tree/upgradeSymfony8
- PR: Upgrade to Symfony 8 and PHP 8.4 jolicode/secret-santa#323
Checkout the branch, and run:
composer symfony:recipes:update symfony/phpunit-bridge(you can use castor start && castor builder to have the project running via Docker and a shell to run the command).
Maybe related to #1401
Metadata
Metadata
Assignees
Labels
No labels