Skip to content

Commit

Permalink
⬆️ upgraded dependencies, php 8
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Aug 2, 2023
1 parent d812a62 commit dca5a1b
Show file tree
Hide file tree
Showing 27 changed files with 961 additions and 900 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.0'
tools: composer

- name: Install
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "kirby-plugin",
"version": "2.5.4",
"version": "2.5.5",
"license": "MIT",
"description": "Kirby 3 Plugin for easier Security Headers setup",
"authors": [
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"require": {
"php": ">=7.4.0",
"php": ">=8.0.0",
"getkirby/composer-installer": "^1.2",
"paragonie/csp-builder": "^2.5"
},
Expand Down
Loading

0 comments on commit dca5a1b

Please sign in to comment.