Skip to content

Commit

Permalink
L10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
epalmans committed Feb 14, 2024
1 parent ec3415d commit a600215
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 @@ -16,11 +16,11 @@
"laravel"
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0"
"php": "^8.1",
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5.10",
"friendsofphp/php-cs-fixer": "^3.6",
"phpspec/prophecy-phpunit": "^2.0"
Expand Down

0 comments on commit a600215

Please sign in to comment.