Skip to content

Commit

Permalink
Merge pull request #421 from verdigado/task/fix-calendar-import
Browse files Browse the repository at this point in the history
Update ics-parser library for calendar import
  • Loading branch information
albig authored Nov 3, 2023
2 parents 0416e1f + cc2f112 commit 5daf9b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
run: echo ${GITHUB_REF##*/} > version.txt

- name: rsync documentation
run: rsync -a --delete documentation production:/var/www/
run: rsync -a --delete documentation/* production:/var/www/documentation/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
],
"require": {
"php": ">=7.4",
"johngrogg/ics-parser": "^2.2"
"php": "^7.4 | ^8.1",
"johngrogg/ics-parser": "^3.3"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
Expand Down
23 changes: 11 additions & 12 deletions composer.lock

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

0 comments on commit 5daf9b9

Please sign in to comment.