Skip to content

Commit

Permalink
Merge pull request #1 from langleyfoxall/upgrade/24-07-03
Browse files Browse the repository at this point in the history
Adding compatibility with Laravel 11
  • Loading branch information
Warren-CB authored Jul 3, 2024
2 parents 848520e + acf41d1 commit 3374bad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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": "^4.0.0",
"divineomega/password_exposed": "^5.0",
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0"
},
"license": "LGPL-3.0-only",
Expand Down Expand Up @@ -38,6 +38,11 @@
"type": "vcs",
"url": "https://github.com/langleyfoxall/psr-18-guzzle-adapter",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/DO-File-Cache-PSR-6.git",
"no-api": true
}
],
"config": {
Expand Down

0 comments on commit 3374bad

Please sign in to comment.