Skip to content

Commit

Permalink
✅ adjusted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Apr 25, 2022
1 parent 044bd86 commit d812a62
Show file tree
Hide file tree
Showing 16 changed files with 718 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -13,7 +13,7 @@

return (new PhpCsFixer\Config())
->setRules([
'@PSR2' => true,
'@PSR12' => true,
])
->setFinder($finder)
;
9 changes: 6 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "kirby-plugin",
"version": "2.5.3",
"version": "2.5.4",
"license": "MIT",
"description": "Kirby 3 Plugin for easier Security Headers setup",
"authors": [
Expand Down Expand Up @@ -32,10 +32,13 @@
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"require": {
"php": ">=7.3.0",
"php": ">=7.4.0",
"getkirby/composer-installer": "^1.2",
"paragonie/csp-builder": "^2.5"
},
Expand Down

0 comments on commit d812a62

Please sign in to comment.