Skip to content

Commit

Permalink
Cleans up composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pattern committed Sep 1, 2020
1 parent 5bfd7ab commit 4707998
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
File renamed without changes.
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"name": "pattern/statamic-business-mode",
"description": "Business mode for Statamic CMS",
"type": "statamic-addon",
"license": "MIT",
"require": {
"php": "^7.4",
"statamic/cms": "^3.0"
},
"autoload": {
"psr-4": {
"Pattern\\BusinessMode\\": "src"
}
},
"authors": [
{
"name": "Pattern",
"email": "hello@pttrn.co",
"homepage": "https://pttrn.co"
}
],
"support": {
"email": "hello@pttrn.co"
},
"extra": {
"statamic": {
"name": "Business Mode",
Expand Down

0 comments on commit 4707998

Please sign in to comment.