diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e73a2..5120218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 2bcc850..d5f72d6 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -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",