Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

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 Dec 5, 2022
1 parent 1004ce5 commit 48d4a24
Show file tree
Hide file tree
Showing 165 changed files with 20,484 additions and 10,962 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.2'
php-version: '8.0'
tools: composer

- name: Install
Expand Down
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: 7.4
php: 8.0
matrix:
fast_finish: true
install: composer install --no-interaction
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bnomei/kirby3-ics",
"description": "Generate ICS Files",
"type": "kirby-plugin",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -33,10 +33,13 @@
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"require": {
"php": ">=7.2.0",
"php": ">=8.0",
"getkirby/composer-installer": "^1.1",
"kigkonsult/icalcreator": "^2.27"
},
Expand Down
Loading

0 comments on commit 48d4a24

Please sign in to comment.