Skip to content

Commit

Permalink
Introducing require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomarino committed Mar 5, 2017
1 parent db369b2 commit 51527db
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 15 deletions.
27 changes: 15 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@
"support": {
"issues": "https://github.com/ttssdev/appflow/issues"
},
"require": {
"symfony/console": "^3.2",
"symfony/config": "^3.2",
"symfony/process": "^3.2",
"symfony/yaml": "^3.2"
},
"autoload": {
"psr-4": {
"AppFlow\\": "src/AppFlow/"
}
},
"bin": ["bin/appflow"]
"require": {
"symfony/console": "^3.2",
"symfony/config": "^3.2",
"symfony/process": "^3.2",
"symfony/yaml": "^3.2"
},
"require-dev": {
"symfony/var-dumper": "^3.2"
},
"autoload": {
"psr-4": {
"AppFlow\\": "src/AppFlow/"
}
},
"bin": ["bin/appflow"]
}
70 changes: 67 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51527db

Please sign in to comment.