Skip to content

Commit

Permalink
feat(): Add illuminate package compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueljacob committed Jun 1, 2022
1 parent 67e7db1 commit 2736332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.1: 2022-06-01
* Add illuminate package compatibility

### 1.1.0: 2022-05-31
* Add dev package requirements
* Add more test cases
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slashplus/identity",
"description": "Verify the age of a person using the german id card, german passport or german residence permission (eAT).",
"version": "1.1.0",
"version": "1.1.1",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -14,9 +14,9 @@
"minimum-stability": "stable",
"require": {
"php": "~7.3|~8.0",
"illuminate/filesystem": "^6.0",
"illuminate/translation": "^6.0",
"illuminate/validation": "^6.0"
"illuminate/filesystem": "~6.0||~7.0||~8.0",
"illuminate/translation": "~6.0||~7.0||~8.0",
"illuminate/validation": "~6.0||~7.0||~8.0"
},
"keywords": [
"age verification",
Expand Down

0 comments on commit 2736332

Please sign in to comment.