Skip to content

Commit

Permalink
Dependency version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed May 16, 2023
1 parent a9c3ca8 commit aec958f
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 @@ -8,15 +8,15 @@
},
"authors": [
{
"name": "Gaetan",
"email": "gaetan@hexadog.com"
"name": "Fábio Assunção",
"email": "fabio23gt@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"ext-json": "*",
"prismalms/laravel-themes-installer": "*",
"prismalms/laravel-themes-installer": "^1.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
Expand Down

0 comments on commit aec958f

Please sign in to comment.