Skip to content

Commit

Permalink
sort use statement and indentation in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 25, 2020
1 parent 1a566b7 commit daf53e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
"squizlabs/php_codesniffer": "^3.3",
"rector/rector": "^0.8.10"
"rector/rector": "^0.8.10",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
"psr-4": {
"CodeIgniter\\": "system/"
}
},
"autoload-dev": {
"psr-4": {
"Utils\\": "utils"
}
},
"psr-4": {
"Utils\\": "utils"
}
},
"scripts": {
"post-update-cmd": [
"@composer dump-autoload",
Expand Down

0 comments on commit daf53e7

Please sign in to comment.