Skip to content

Commit 3374bad

Browse files
authored
Merge pull request #1 from langleyfoxall/upgrade/24-07-03
Adding compatibility with Laravel 11
2 parents 848520e + acf41d1 commit 3374bad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 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": "^4.0.0",
7+
"divineomega/password_exposed": "^5.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",
@@ -38,6 +38,11 @@
3838
"type": "vcs",
3939
"url": "https://github.com/langleyfoxall/psr-18-guzzle-adapter",
4040
"no-api": true
41+
},
42+
{
43+
"type": "vcs",
44+
"url": "https://github.com/langleyfoxall/DO-File-Cache-PSR-6.git",
45+
"no-api": true
4146
}
4247
],
4348
"config": {

0 commit comments

Comments
 (0)