Skip to content

Commit 4d6106f

Browse files
committed
Udpated dependencies.
1 parent fc27eaf commit 4d6106f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.4.2] - 2020-01-30
7+
## [0.4.3] - 2020-03-06
8+
### Udpated
9+
- dependencies.
10+
11+
## [0.4.2] - 2020-02-30
812
### Fixed
913
- name resolution from Apple's response. Thanks @poldixd!
1014

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"genealabs/laravel-socialiter": "Automatic user resolution and persistence for any Laravel Socialite driver."
1717
},
1818
"require": {
19-
"illuminate/support": "^6.0|^7.0",
20-
"laravel/socialite": "dev-master@dev"
19+
"illuminate/support": "^7.0",
20+
"laravel/socialite": "^4.3"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench-browser-kit": "^5.0",

0 commit comments

Comments
 (0)