Skip to content

Commit

Permalink
Merge branch 'v2' of github.com:chinleung/laravel-multilingual-routes…
Browse files Browse the repository at this point in the history
… into v2
  • Loading branch information
chinleung committed Feb 22, 2021
2 parents 662a99a + 9f7b675 commit 47683d2
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 @@ -19,12 +19,12 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"chinleung/laravel-locales": "^1.2",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 47683d2

Please sign in to comment.