Skip to content

Commit

Permalink
Merge pull request #1 from localheinz/feature/normalize-command
Browse files Browse the repository at this point in the history
Enhancement: Implement NormalizeCommand
  • Loading branch information
localheinz authored Jan 13, 2018
2 parents 81bc3a8 + 2269072 commit a9beb1a
Show file tree
Hide file tree
Showing 5 changed files with 1,519 additions and 4 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@
"sort-packages": true
},
"require": {
"php": "^7.0"
"php": "^7.0",
"localheinz/json-normalizer": "dev-master#3a07f98"
},
"require-dev": {
"composer/composer": "^1.0.0",
"infection/infection": "~0.7.0",
"localheinz/php-cs-fixer-config": "~1.11.0",
"localheinz/test-util": "0.6.1",
"mikey179/vfsStream": "^1.6.5",
"phpunit/phpunit": "^6.5.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit a9beb1a

Please sign in to comment.