Skip to content

Commit

Permalink
Clean up composer file, make ready for public access
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Nov 9, 2021
1 parent 74d571b commit 176a5d6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"type": "library",
"license": "proprietary",
"authors": [
{
"name": "Philip Newcomer",
"email": "[email protected]",
"homepage": "https://philipnewcomer.net"
},
{
"name": "Aaron Holbrook",
"email": "[email protected]",
Expand All @@ -18,6 +13,10 @@
"name": "Zeek Interactive",
"email": "[email protected]",
"homepage": "https://zeek.com"
},
{
"name": "Philip Newcomer",
"homepage": "https://philipnewcomer.net"
}
],
"autoload": {
Expand All @@ -38,9 +37,9 @@
"require": {
"php": ">=7.0",
"arrilot/dotenv-php": "^1.0",
"a7/autoload": ">=2",
"a7/autoload": "^2",

"zeek/php-utils": ">=2",
"zeek/php-utils": "^2",

"zeek/wp-sentry": "^1.1.2"
}
Expand Down

0 comments on commit 176a5d6

Please sign in to comment.