diff --git a/LICENSE b/LICENSE index c082056..27adeeb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Lextira AG +Copyright (c) 2021 Lextira AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 062b282..e026a72 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Use Laravel's excellent FormRequest as Singleton.", "license": "MIT", "require": { - "php" : "^7.0", + "php" : "^7.0|^8.0", "laravel/framework": "^7.0|^8.0" }, "autoload": {