Skip to content

Commit

Permalink
bump tools (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Feb 10, 2023
1 parent 75293bb commit e2a1509
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/composer-normalize/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "composer-normalize",
"require-dev": {
"ergebnis/composer-normalize": "2.28.3",
"ergebnis/composer-normalize": "2.29.0",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion tools/composer-require-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "composer-require-checker",
"require-dev": {
"maglnet/composer-require-checker": "4.4.0",
"maglnet/composer-require-checker": "4.5.0",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "php-cs-fixer",
"require-dev": {
"friendsofphp/php-cs-fixer": "3.14.3",
"friendsofphp/php-cs-fixer": "v3.14.3",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion tools/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "phpunit",
"require-dev": {
"phpunit/phpunit": "10.0.6",
"phpunit/phpunit": "10.0.7",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down

0 comments on commit e2a1509

Please sign in to comment.