Upgrade to 3.3.3

This commit is contained in:
Bastian Allgeier
2020-01-20 12:19:33 +01:00
parent dd8a5e1ac3
commit 9c87f2fbc3
40 changed files with 1630 additions and 189 deletions

View File

@@ -2,7 +2,7 @@
namespace Kirby\Toolkit;
use Zend\Escaper\Escaper;
use Laminas\Escaper\Escaper;
/**
* The `Escape` class provides methods
@@ -12,8 +12,8 @@ use Zend\Escaper\Escaper;
* attribute values like width, name,
* value, etc.
*
* Wrapper for the Zend Escaper
* @link https://github.com/zendframework/zend-escaper
* Wrapper for the Laminas Escaper
* @link https://github.com/laminas/laminas-escaper
*
* @package Kirby Toolkit
* @author Bastian Allgeier <bastian@getkirby.com>