Skip to content

Commit

Permalink
bump php to 8.0 and uniform to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasleitsch committed Jan 22, 2022
1 parent 9a910b9 commit c1ec623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Kirby 3 hCaptcha guard for the Uniform plugin",
"type": "kirby-plugin",
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"getkirby/composer-installer": "^1.1",
"mzur/kirby-uniform": "^4.0"
"mzur/kirby-uniform": "^5.0"
},
"license": "MIT",
"authors": [{
Expand Down
2 changes: 0 additions & 2 deletions src/Guards/HcaptchaGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace Uniform\Guards;

use ErrorException;
use Kirby\Http\Remote;
use Kirby\Http\Request;
use Uniform\Exceptions\Exception;

class HcaptchaGuard extends Guard
Expand Down

0 comments on commit c1ec623

Please sign in to comment.