Skip to content

Commit

Permalink
Merge pull request #1 from sidewaysglance/main
Browse files Browse the repository at this point in the history
Update compatibility to laravel 9 & upgrade phpseclib to ^3.0.34
  • Loading branch information
nagi1 authored Jul 20, 2024
2 parents 8a81165 + e6dce95 commit 5b63b9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^7.4|^8.3",
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^8.37|^7.0",
"phpseclib/phpseclib": "^2",
"illuminate/contracts": "^11|^10|^9.0|^8.37|^7.0",
"phpseclib/phpseclib": "^3.0.34",
"phpseclib/phpseclib2_compat": "~1.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
Expand Down

0 comments on commit 5b63b9d

Please sign in to comment.