Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 18, 2020
1 parent cb36310 commit ff7a391
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"config": {
"platform": {
"php": "5.4.45"
}
},
"autoload": {
"psr-4": {
"Tree\\": "src/"
Expand All @@ -22,13 +30,5 @@
"psr-4": {
"Tree\\Test\\": "tests/"
}
},
"config": {
"platform": {
"php": "5.4.45"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}

0 comments on commit ff7a391

Please sign in to comment.