Skip to content

Commit

Permalink
Fixes in composer dependencies and added .lock to gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkalaucirica committed Jul 12, 2017
1 parent ed2b24a commit 48506ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/composer.lock
/vendor
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"symfony/console": "^3.3",
"symfony/yaml": "^3.3"
"symfony/console": "^2.8 || ^3.0",
"symfony/yaml": "^2.8 || ^3.0"
},
"require-dev": {
"phpspec/phpspec": "^3.4"
Expand Down

0 comments on commit 48506ff

Please sign in to comment.