Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oblik/kirby-git",
"description": "Shows you Git changes in the Kirby panel and allows you to add/commit/push them, manually or automatically.",
"license": "MIT",
"version": "2.0.0",
"version": "3.0.0",
"type": "kirby-plugin",
"keywords": [
"kirby",
Expand Down Expand Up @@ -34,11 +34,11 @@
"fix": "php-cs-fixer fix"
},
"require": {
"getkirby/cms": "^4",
"getkirby/composer-installer": "^1.2"
"getkirby/cms": "^5",
"getkirby/composer-installer": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2"
"friendsofphp/php-cs-fixer": "*"
},
"extra": {
"installer-name": "git"
Expand Down
Loading