Skip to content

Commit

Permalink
Fixed composer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kündig committed Mar 30, 2016
1 parent 0a7d563 commit cdd4cd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"require": {
"guzzlehttp/guzzle": "~6.0",
"offline/laravel-config-writer": "~1.0",
"cypresslab/gitelephant": "^1.1",
"symfony/console": "^3.0",
"symfony/process": "^3.0",
"symfony/yaml": "^3.0"
"cypresslab/gitelephant": "~1.1",
"symfony/console": "~3.0",
"symfony/process": "~3.0",
"symfony/yaml": "~3.0"
},
"bin": [
"october"
],
"require-dev": {
"symfony/var-dumper": "^3.0"
"symfony/var-dumper": "~3.0"
}
}
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit cdd4cd2

Please sign in to comment.