Skip to content

Commit

Permalink
Composer: fix the branch names
Browse files Browse the repository at this point in the history
The polyfill `main` branches have been renamed to `1.x` and the alias the repos define is incorrect and thus not working....
  • Loading branch information
jrfnl committed Sep 12, 2023
1 parent 162ae8f commit 2fe5486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"symfony/polyfill-php56": "1.19",
"symfony/polyfill-php70": "1.19",
"symfony/polyfill-php71": "1.19",
"symfony/polyfill-php72": "dev-main",
"symfony/polyfill-php73": "dev-main",
"symfony/polyfill-php74": "dev-main",
"symfony/polyfill-php80": "dev-main"
"symfony/polyfill-php72": "1.x-dev",
"symfony/polyfill-php73": "1.x-dev",
"symfony/polyfill-php74": "1.x-dev",
"symfony/polyfill-php80": "1.x-dev"
},
"suggest" : {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
Expand Down

0 comments on commit 2fe5486

Please sign in to comment.