Skip to content

Commit

Permalink
composer test
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Jul 31, 2018
1 parent ab78c13 commit e47eb91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "plugin",
"version": "0.5.4",
"version": "0.5.5",
"license": "MIT",
"description": "Kirby 3 Plugin for easier Security Headers setup",
"autoload": {
Expand All @@ -27,6 +27,10 @@
"require": {
"Martijnc/php-csp": "^1.0",
"getkirby/cms": "dev-master as 3.0.0"
},
"minimum-stability": "beta"
},
"scripts": {
"build": "composer update; composer dumpautoload -o;",
"zip": "rm kirby3-security-headers.zip; composer remove getkirby/cms; composer dumpautoload -o; composer archive --format=zip --file=kirby3-security-headers; composer require getkirby/cms:'dev-master as 3.0.0'; composer dumpautoload -o;"
},
"minimum-stability": "beta"
}
41 changes: 20 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e47eb91

Please sign in to comment.