Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Jun 7, 2024
1 parent ea67f1b commit 848520e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.1||^8.0||8.1||8.2||8.3",
"divineomega/password_exposed": "^3.2.0",
"divineomega/password_exposed": "^4.0.0",
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0"
},
"license": "LGPL-3.0-only",
Expand All @@ -27,5 +27,22 @@
"require-dev": {
"phpunit/phpunit": "^7.0||^8.0||^9.0",
"php-coveralls/php-coveralls": "^2.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/password_exposed",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/psr-18-guzzle-adapter",
"no-api": true
}
],
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit 848520e

Please sign in to comment.