Skip to content

Commit

Permalink
Merge pull request #42 from PHPCompatibility/feature/composer-fix-bra…
Browse files Browse the repository at this point in the history
…nch-names

Composer: fix the branch names
  • Loading branch information
jrfnl authored Sep 12, 2023
2 parents 162ae8f + 2fe5486 commit 1095cec
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 1095cec

Please sign in to comment.