Skip to content

feat: only add autoload on install (#16)#18

Open
sitepark-veltrup wants to merge 1 commit into
mainfrom
feature/only_add_autoload_on_install
Open

feat: only add autoload on install (#16)#18
sitepark-veltrup wants to merge 1 commit into
mainfrom
feature/only_add_autoload_on_install

Conversation

@sitepark-veltrup
Copy link
Copy Markdown
Member

The first status was reverted. Therefore, a new merge request showing the existing problem that still needs to be corrected.

The problem is that in a new project, atoolo_runtime.php is no longer entered in vendor/composer/autoload_static.php and vendor/composer/autoload_files.php.

Reproduce as follows

symfony new test --version="^7.3"
cd test
composer config platform-check true
composer config --no-plugins allow-plugins.atoolo/runtime true

composer require --no-interaction atoolo/runtime:dev-feature/only_add_autoload_on_install

To be checked with

grep atoolo_runtime.php vendor/composer/autoload_static.php

Cross-check with

composer require --no-interaction atoolo/runtime
grep atoolo_runtime.php vendor/composer/autoload_static.php

Returns

        '44241b3ce1f89a49599a2ed4bb359480' => __DIR__ . '/..' . '/atoolo_runtime.php',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants