Skip to content

Commit 9b1779a

Browse files
Bump dependencies for Laravel 10 (mcamara#857)
1 parent 2fd4b87 commit 9b1779a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "mcamara/laravel-localization",
33
"description": "Easy localization for Laravel",
4-
"keywords": ["localization", "laravel", "php"],
4+
"keywords": [
5+
"localization",
6+
"laravel",
7+
"php"
8+
],
59
"homepage": "https://github.com/mcamara/laravel-localization",
610
"license": "MIT",
711
"authors": [
@@ -13,11 +17,11 @@
1317
],
1418
"require": {
1519
"php": ">=7.1.0",
16-
"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"
20+
"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"
1721
},
1822
"require-dev": {
19-
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0",
20-
"phpunit/phpunit": "6.0.*|^8.0"
23+
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0|^7.12",
24+
"phpunit/phpunit": "6.0.*|^8.0|^9.5.10"
2125
},
2226
"suggest": {
2327
"ext-intl": "*"
@@ -26,8 +30,7 @@
2630
"test": "vendor/bin/phpunit"
2731
},
2832
"autoload": {
29-
"classmap": [
30-
],
33+
"classmap": [],
3134
"psr-0": {
3235
"Mcamara\\LaravelLocalization": "src/"
3336
}

0 commit comments

Comments
 (0)