Skip to content

Commit

Permalink
Upgrade should not be hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ahtinurme committed Mar 22, 2024
1 parent 21f84aa commit bfb74eb
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 @@ -23,7 +23,7 @@
"php": "^8.2|^8.3",
"based/momentum-modal": "^0.3.0",
"brick/varexporter": "^0.4.0",
"illuminate/contracts": "^11.0",
"illuminate/contracts": "^10.0|^11.0",
"inertiajs/inertia-laravel": "^1.0",
"spatie/laravel-package-tools": "^1.0",
"stichoza/google-translate-php": "^5.1",
Expand Down Expand Up @@ -83,4 +83,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit bfb74eb

Please sign in to comment.