Skip to content

Commit 2be0ecc

Browse files
committed
Composer: fix the branch names
The polyfill `main` branches have been renamed to `1.x` and the alias the repos define is incorrect and thus not working....
1 parent 162ae8f commit 2be0ecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"symfony/polyfill-php56": "1.19",
3535
"symfony/polyfill-php70": "1.19",
3636
"symfony/polyfill-php71": "1.19",
37-
"symfony/polyfill-php72": "dev-main",
38-
"symfony/polyfill-php73": "dev-main",
39-
"symfony/polyfill-php74": "dev-main",
40-
"symfony/polyfill-php80": "dev-main"
37+
"symfony/polyfill-php72": "dev-1.x",
38+
"symfony/polyfill-php73": "dev-1.x",
39+
"symfony/polyfill-php74": "dev-1.x",
40+
"symfony/polyfill-php80": "dev-1.x"
4141
},
4242
"suggest" : {
4343
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",

0 commit comments

Comments
 (0)