Skip to content

Commit

Permalink
Merge pull request #32 from jamesRUS52/master
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
SiavashBamshadnia authored Mar 10, 2023
2 parents 320e9b9 + a454206 commit 598e4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"type": "library",
"require": {
"php": ">=7.2.5",
"illuminate/console": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9",
"illuminate/console": "^6|^7|^8|^9|^10",
"illuminate/support": "^6|^7|^8|^9|^10",
"ext-bolt": "*"
},
"description": "Laravel Source Encrypter",
Expand Down Expand Up @@ -43,4 +43,4 @@
}
}
}


0 comments on commit 598e4cc

Please sign in to comment.