Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Oct 2, 2022
1 parent 1b137c0 commit 5c7a9cf
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 831 deletions.
81 changes: 41 additions & 40 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,45 @@
{
"name": "getkirby/cli",
"description": "Kirby command line interface",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"kirby",
"cms",
"cli",
"command"
],
"homepage": "https://getkirby.com",
"support": {
"email": "[email protected]",
"issues": "https://github.com/getkirby/cli/issues",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/cli"
},
"authors": [
{
"name": "Kirby Team",
"email": "[email protected]",
"homepage": "https://getkirby.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"league/climate": "^3.8",
"php": ">=8.0.0 <8.2.0"
},
"autoload": {
"psr-4": {
"Kirby\\": "src/"
}
},
"config": {
"optimize-autoloader": true
},
"bin": [
"bin/kirby"
],
"name": "getkirby/cli",
"description": "Kirby command line interface",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"kirby",
"cms",
"cli",
"command"
],
"homepage": "https://getkirby.com",
"support": {
"email": "[email protected]",
"issues": "https://github.com/getkirby/cli/issues",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/cli"
},
"authors": [
{
"name": "Kirby Team",
"email": "[email protected]",
"homepage": "https://getkirby.com"
}
],
"require": {
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.5",
"league/climate": "^3.8",
"php": ">=8.0.0 <8.2.0"
},
"autoload": {
"psr-4": {
"Kirby\\": "src/"
}
},
"config": {
"optimize-autoloader": true
},
"bin": [
"bin/kirby"
],
"scripts": {
"fix": "php-cs-fixer fix"
}
Expand Down
Loading

0 comments on commit 5c7a9cf

Please sign in to comment.