Skip to content

Commit 848520e

Browse files
committed
Update dependencies.
1 parent ea67f1b commit 848520e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

composer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.1||^8.0||8.1||8.2||8.3",
7-
"divineomega/password_exposed": "^3.2.0",
7+
"divineomega/password_exposed": "^4.0.0",
88
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0"
99
},
1010
"license": "LGPL-3.0-only",
@@ -27,5 +27,22 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.0||^8.0||^9.0",
2929
"php-coveralls/php-coveralls": "^2.0"
30+
},
31+
"repositories": [
32+
{
33+
"type": "vcs",
34+
"url": "https://github.com/langleyfoxall/password_exposed",
35+
"no-api": true
36+
},
37+
{
38+
"type": "vcs",
39+
"url": "https://github.com/langleyfoxall/psr-18-guzzle-adapter",
40+
"no-api": true
41+
}
42+
],
43+
"config": {
44+
"allow-plugins": {
45+
"php-http/discovery": false
46+
}
3047
}
3148
}

0 commit comments

Comments
 (0)