Skip to content

Commit

Permalink
Add L10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Feb 16, 2023
1 parent 25e8c3d commit bbfcace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"homepage": "https://github.com/mallardduck/laravel-traits",
"require": {
"php": "^7.2 || ^8.0.0",
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/pagination": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0"
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/pagination": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit bbfcace

Please sign in to comment.