Skip to content

Commit

Permalink
🚀 k4 ready
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Mar 1, 2024
1 parent dca5a1b commit cfb4bb7
Show file tree
Hide file tree
Showing 11 changed files with 426 additions and 463 deletions.
4 changes: 2 additions & 2 deletions .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: '8.0'
php-version: '8.1'
tools: composer

- name: Install
Expand All @@ -28,7 +28,7 @@ jobs:
# update kirby to latest release of version 3 (includes release candidates!)
# https://semver.mwl.be/#!?package=getkirby%2Fcms&version=3.*&minimum-stability=RC
- name: Update Kirby Core
run: composer require getkirby/cms:"3.*@RC"
run: composer require getkirby/cms:"4.*@RC"

- name: Run Tests
run: composer test
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php
php: 8.0
php: 8.1
matrix:
fast_finish: true
install: composer install --no-interaction
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "bnomei/kirby3-security-headers",
"type": "kirby-plugin",
"version": "2.5.5",
"version": "4.0.0",
"license": "MIT",
"description": "Kirby 3 Plugin for easier Security Headers setup",
"description": "Kirby Plugin for easier Security Headers setup",
"authors": [
{
"name": "Bruno Meilick",
"email": "b@bnomei.com"
}
],
"keywords": [
"kirby3",
"kirby3-cms",
"kirby3-plugin",
"kirby",
"kirby-cms",
"kirby-plugin",
"content-security-policy",
"security-headers",
"csp",
Expand All @@ -38,12 +38,12 @@
}
},
"require": {
"php": ">=8.0.0",
"php": ">=8.1.0",
"getkirby/composer-installer": "^1.2",
"paragonie/csp-builder": "^2.5"
},
"require-dev": {
"getkirby/cms": "^3.5",
"getkirby/cms": "^4.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^9.5"
},
Expand Down
Loading

0 comments on commit cfb4bb7

Please sign in to comment.