Skip to content

Commit

Permalink
chore: remove extraneous snapshot entries (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 10, 2022
1 parent ef1d8a9 commit 7c283ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions __snapshots__/php-composer-update-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ exports['PHPComposer updateContent update all versions in composer.json 1'] = `
{"version":"1.0.0","replace":{"version":"1.0.0"}}
`

exports['PHPComposer updateContent update replace version in composer.json 1'] = `
{"replace":{"version":"1.0.0"}}
`

exports['PHPComposer updateContent update replace version in composer.json when version is missing 1'] = `
{"replace":{"version":"1.0.0"}}
`
Expand All @@ -21,10 +17,3 @@ exports['PHPComposer updateContent update replace version in composer.json when
exports['PHPComposer updateContent update root version in composer.json 1'] = `
{"version":"1.0.0"}
`

exports['PHPComposer updateContent update version in composer.json 1'] = `
{
"version": "1.0.0"
}
`

0 comments on commit 7c283ca

Please sign in to comment.