Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Refactoring: composer.lock file removed and guzzle dependencies bumpe…
Browse files Browse the repository at this point in the history
…d up
  • Loading branch information
percymamedy committed Jan 21, 2017
1 parent 4fdfac6 commit 57f20e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,951 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* text=auto

/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
composer.phar
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~5.3|~6.0|~6.2",
"illuminate/support": "~5.0|~5.1|~5.2",
"guzzlehttp/guzzle": "6.2.*",
"illuminate/support": "5.0 - 5.3",
"nesbot/carbon": "^1.21"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 57f20e3

Please sign in to comment.