Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 18, 2023
1 parent 2fd4b87 commit 9b1779a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "mcamara/laravel-localization",
"description": "Easy localization for Laravel",
"keywords": ["localization", "laravel", "php"],
"keywords": [
"localization",
"laravel",
"php"
],
"homepage": "https://github.com/mcamara/laravel-localization",
"license": "MIT",
"authors": [
Expand All @@ -13,11 +17,11 @@
],
"require": {
"php": ">=7.1.0",
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0||^8.0||^9.0"
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0||^8.0||^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0",
"phpunit/phpunit": "6.0.*|^8.0"
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0|^7.12",
"phpunit/phpunit": "6.0.*|^8.0|^9.5.10"
},
"suggest": {
"ext-intl": "*"
Expand All @@ -26,8 +30,7 @@
"test": "vendor/bin/phpunit"
},
"autoload": {
"classmap": [
],
"classmap": [],
"psr-0": {
"Mcamara\\LaravelLocalization": "src/"
}
Expand Down

0 comments on commit 9b1779a

Please sign in to comment.