Skip to content

Commit 2736332

Browse files
committed
feat(): Add illuminate package compatibility
1 parent 67e7db1 commit 2736332

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.1.1: 2022-06-01
2+
* Add illuminate package compatibility
3+
14
### 1.1.0: 2022-05-31
25
* Add dev package requirements
36
* Add more test cases

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slashplus/identity",
33
"description": "Verify the age of a person using the german id card, german passport or german residence permission (eAT).",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -14,9 +14,9 @@
1414
"minimum-stability": "stable",
1515
"require": {
1616
"php": "~7.3|~8.0",
17-
"illuminate/filesystem": "^6.0",
18-
"illuminate/translation": "^6.0",
19-
"illuminate/validation": "^6.0"
17+
"illuminate/filesystem": "~6.0||~7.0||~8.0",
18+
"illuminate/translation": "~6.0||~7.0||~8.0",
19+
"illuminate/validation": "~6.0||~7.0||~8.0"
2020
},
2121
"keywords": [
2222
"age verification",

0 commit comments

Comments
 (0)