diff --git a/composer.json b/composer.json index 738512b..35a64f0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "license": "MIT", "keywords": ["Tintin", "View Engine", "Php Template", "Franck DAKIA", "common mark", "Bow Markdown", "bow-Markdown", "Papac"], "require": { - "php": "^8.1" + "php": "^8.1", + "bowphp/framework": "^5.1" }, "authors": [ { @@ -18,7 +19,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "3.*", "laravel/framework": "^8.0", "spatie/phpunit-snapshot-assertions": "^4.2" diff --git a/src/Lexique/CompileEchos.php b/src/Lexique/CompileEchos.php index 235db6e..776f8fa 100644 --- a/src/Lexique/CompileEchos.php +++ b/src/Lexique/CompileEchos.php @@ -45,7 +45,7 @@ protected function compileEcho(string $expression): string return $value; } - return ''; + return ''; }, $expression); return $output == $expression ? '' : $output;