diff --git a/composer.json b/composer.json index f6ad041..e80ddbf 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": { diff --git a/composer.lock b/composer.lock index 7f65a66..8559a15 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e591b9c7c36402ce37d7641f444ad22", + "content-hash": "5a2e1df505753ac84f320eb5a0efbc93", "packages": [ { "name": "elegantthemes/ease", @@ -54,58 +54,6 @@ "issues": "https://github.com/elegantthemes/ease/issues" }, "time": "2020-10-13T21:01:54+00:00" - }, - { - "name": "repman-io/composer-plugin", - "version": "0.1.3", - "source": { - "type": "git", - "url": "https://github.com/repman-io/composer-plugin.git", - "reference": "61e5a504c2899f0ad516bf6b82d1ae840eef6e3c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/repman-io/composer-plugin/zipball/61e5a504c2899f0ad516bf6b82d1ae840eef6e3c", - "reference": "61e5a504c2899f0ad516bf6b82d1ae840eef6e3c", - "shasum": "", - "mirrors": [ - { - "url": "https://repo.repman.io/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "composer-plugin-api": "^1.1", - "php": "^7.2" - }, - "require-dev": { - "composer/composer": "^1.9", - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.5", - "phpunit/phpunit": "^8.5" - }, - "type": "composer-plugin", - "extra": { - "class": "Buddy\\Repman\\Composer\\Repman" - }, - "autoload": { - "psr-4": { - "Buddy\\Repman\\Composer\\": "src/" - } - }, - "notification-url": "https://repo.repman.io/downloads", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Arkadiusz Kondas", - "email": "arkadiusz.kondas@gmail.com" - } - ], - "description": "Plugin for Repman - PHP Repository Manager", - "time": "2020-04-16T06:50:01+00:00" } ], "packages-dev": [], @@ -118,5 +66,5 @@ "php": ">=7.4" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.0.0" }