Skip to content

Commit 85a90fc

Browse files
committedDec 11, 2020
support php8.x
1 parent 83091b2 commit 85a90fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "ofcold/identity-card",
33
"description": "A simple proof of identity card of the people's Republic of China.",
44
"keywords": [
5-
"php71",
5+
"php7.x",
6+
"php8.x",
67
"ID Card",
78
"Region",
89
"Area"
@@ -18,18 +19,18 @@
1819
}
1920
],
2021
"require": {
21-
"php": ">=7.4"
22+
"php": "^7.4|^8.0"
2223
},
2324
"autoload": {
2425
"psr-4": {
2526
"Ofcold\\IdentityCard\\": "src/"
2627
}
2728
},
2829
"require-dev": {
29-
"phpunit/phpunit": "^7.1"
30+
"phpunit/phpunit": "^7.1|^8.0|^9.0"
3031
},
3132
"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)."
3334
},
3435
"config": {
3536
"sort-packages": true

0 commit comments

Comments
 (0)
Please sign in to comment.