Skip to content

Commit

Permalink
Update composer to support laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hachther committed May 14, 2023
1 parent c3992f4 commit 2348f06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
"name": "hachther/laravel-mesomb",
"description": "A laravel wrapper on top of Mesomb Payment API",
"license": "MIT",
"version": "1.7.1",
"authors": [
{
"name": "Hachther LLC",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2.5|^8.0",
"php": "^7.2.5|^8.0|^8.1",
"illuminate/database": "~5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~5.7|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "~5.7|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2348f06

Please sign in to comment.