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

Commit 57f20e3

Browse files
committed
Refactoring: composer.lock file removed and guzzle dependencies bumped up
1 parent 4fdfac6 commit 57f20e3

File tree

4 files changed

+11
-1951
lines changed

4 files changed

+11
-1951
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
3+
/tests export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.styleci.yml export-ignore
7+
.travis.yml export-ignore
8+
phpunit.xml export-ignore

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
22
composer.phar
3+
composer.lock

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.0",
14-
"guzzlehttp/guzzle": "~5.3|~6.0|~6.2",
15-
"illuminate/support": "~5.0|~5.1|~5.2",
14+
"guzzlehttp/guzzle": "6.2.*",
15+
"illuminate/support": "5.0 - 5.3",
1616
"nesbot/carbon": "^1.21"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)