Skip to content

Commit

Permalink
Merge pull request #1 from Cyber-Duck/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10
  • Loading branch information
cdjon authored Nov 21, 2023
2 parents 0c16b3c + 4d6dc5a commit ef68afe
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 @@ -9,9 +9,9 @@
}
],
"require": {
"php": "^8.1",
"php": "^7.2|^8.0",
"laravelcollective/html": "^6.0",
"illuminate/translation": "^9.0"
"illuminate/translation": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpspec/phpspec": "~7.2"
Expand Down

0 comments on commit ef68afe

Please sign in to comment.