Skip to content

Commit 9379e05

Browse files
committed
Fixed composer.json dependency to auth library as dev.master => now is stable
1 parent 4a446b2 commit 9379e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"laravel/framework": "5.3.*",
2323
"laravelcollective/html" : "5.3.*",
2424
"intervention/image": "2.*",
25-
"jacopo/authentication-sentry": "dev-master",
25+
"jacopo/authentication-sentry": "3.0.4",
2626
"gregwar/captcha": "1.0.11"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)