Skip to content
Snippets Groups Projects
Commit 6472476b authored by Ted Bowman's avatar Ted Bowman
Browse files

Contrib: change php verison comment to match core 11.x -...

Contrib: change php verison comment to match core 11.x - project/automatic_updates@85bfc389
parent 5892c5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #140991 passed with warnings
Pipeline: drupal-3253158

#140993

    ...@@ -401,7 +401,7 @@ protected function createVendorRepository(array $versions = []): void { ...@@ -401,7 +401,7 @@ protected function createVendorRepository(array $versions = []): void {
    // versions that are newer than the ones being polyfilled, which means we // versions that are newer than the ones being polyfilled, which means we
    // won't be able to build our test project because these polyfills aren't // won't be able to build our test project because these polyfills aren't
    // available in the local code base. Since we're guaranteed to be on PHP // available in the local code base. Since we're guaranteed to be on PHP
    // 8.1 or later, no package should need to polyfill older versions. // 8.3 or later, no package should need to polyfill older versions.
    unset( unset(
    $requirements['symfony/polyfill-php72'], $requirements['symfony/polyfill-php72'],
    $requirements['symfony/polyfill-php73'], $requirements['symfony/polyfill-php73'],
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment