Skip to content

Commit

Permalink
Added php-formatter as dependency
Browse files Browse the repository at this point in the history
* Also added .formatter.yml file
  • Loading branch information
mmoreram committed Jul 31, 2014
1 parent 56c8f13 commit 7fca1bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use-sort:
group:
- _main
- Mmoreram
group-type: each
sort-type: alph
sort-direction: asc
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"symfony/finder": ">=2.1"
},
"require-dev": {
"phpunit/phpunit": ">=3.7"
"phpunit/phpunit": ">=3.7",
"mmoreram/php-formatter": "~1.0"
},
"target-dir": "Mmoreram/GearmanBundle",
"autoload": {
Expand Down

0 comments on commit 7fca1bf

Please sign in to comment.