Skip to content

Commit

Permalink
Normalize composer.json 馃憖
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 5, 2022
1 parent 1cf3bd3 commit 32d6fd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,6 +17,9 @@
"symfony/console": "^6.0",
"symfony/yaml": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
Expand All @@ -30,8 +33,5 @@
},
"bin": [
"bin/codestyle"
],
"require-dev": {
"phpunit/phpunit": "^9.5"
}
]
}

0 comments on commit 32d6fd1

Please sign in to comment.