Skip to content

Commit

Permalink
Merge pull request #426 from BRACKETS-by-TRIAD/feat/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
erikgreasy authored Oct 25, 2023
2 parents 1363d90 + 3531e60 commit a6a690e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"brackets/advanced-logger": "^3.0",
"brackets/media": "^7.0",
"brackets/translatable": "^2.0",
"illuminate/support": "^9.0",
"illuminate/support": "^9.0|^10.0",
"laravel/legacy-factories": "^1.1",
"spatie/laravel-permission": "^3.0|^4.0|^5.0",
"spatie/laravel-backup": "^6.0|^7.0|^8.0",
Expand All @@ -62,7 +62,7 @@
]
},
"branch-alias": {
"dev-master": "8.0-dev"
"dev-master": "8.1-dev"
}
}
}

0 comments on commit a6a690e

Please sign in to comment.