Skip to content

Commit

Permalink
chore: update composer.json
Browse files Browse the repository at this point in the history
build: [skip-ci]
  • Loading branch information
lots0logs committed Nov 11, 2020
1 parent 28d3103 commit 4b6b8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 61 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.",
"type": "library",
"license": "GPL-v2-or-later",
"version": "1.3.0",
"version": "1.3.1",
"authors": [
{
"name": "Elegant Themes",
Expand All @@ -14,20 +14,16 @@
{
"type": "composer",
"url": "https://elegantthemes.repo.repman.io",
"only": "elegantthemes/*"
"only": ["elegantthemes/*"]
},
{
"type": "composer",
"url": "https://repo.repman.io"
},
{
"packagist": false
}
],
"require": {
"php": ">=7.4",
"elegantthemes/ease": "1.2.0",
"repman-io/composer-plugin": "0.1.3"
"elegantthemes/ease": "1.2.0"
},
"autoload": {
"psr-4": {
Expand Down
56 changes: 2 additions & 54 deletions composer.lock

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

0 comments on commit 4b6b8f7

Please sign in to comment.