File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mcamara/laravel-localization" ,
3
3
"description" : " Easy localization for Laravel" ,
4
- "keywords" : [" localization" , " laravel" , " php" ],
4
+ "keywords" : [
5
+ " localization" ,
6
+ " laravel" ,
7
+ " php"
8
+ ],
5
9
"homepage" : " https://github.com/mcamara/laravel-localization" ,
6
10
"license" : " MIT" ,
7
11
"authors" : [
13
17
],
14
18
"require" : {
15
19
"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 "
17
21
},
18
22
"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 "
21
25
},
22
26
"suggest" : {
23
27
"ext-intl" : " *"
26
30
"test" : " vendor/bin/phpunit"
27
31
},
28
32
"autoload" : {
29
- "classmap" : [
30
- ],
33
+ "classmap" : [],
31
34
"psr-0" : {
32
35
"Mcamara\\ LaravelLocalization" : " src/"
33
36
}
You can’t perform that action at this time.
0 commit comments