File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " ofcold/identity-card" ,
3
3
"description" : " A simple proof of identity card of the people's Republic of China." ,
4
4
"keywords" : [
5
- " php71" ,
5
+ " php7.x" ,
6
+ " php8.x" ,
6
7
" ID Card" ,
7
8
" Region" ,
8
9
" Area"
18
19
}
19
20
],
20
21
"require" : {
21
- "php" : " >= 7.4"
22
+ "php" : " ^ 7.4|^8.0 "
22
23
},
23
24
"autoload" : {
24
25
"psr-4" : {
25
26
"Ofcold\\ IdentityCard\\ " : " src/"
26
27
}
27
28
},
28
29
"require-dev" : {
29
- "phpunit/phpunit" : " ^7.1"
30
+ "phpunit/phpunit" : " ^7.1|^8.0|^9.0 "
30
31
},
31
32
"suggest" : {
32
- "illuminate/validation" : " Required to use In laravel, it is recommended to use in versions larger than laravel (^5.1 )."
33
+ "illuminate/validation" : " Required to use In laravel, it is recommended to use in versions larger than laravel (^5.5 )."
33
34
},
34
35
"config" : {
35
36
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments