diff --git a/composer.json b/composer.json index 64797cf..10136fb 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=7.1", "composer/installers": "^1.6", "pressbooks/mix": "^2.1", - "soberwp/intervention": "1.2.0-p", + "soberwp/intervention": "1.3.0", "spatie/color": "^1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 27922b5..b671145 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": "d8d8b043ab5da08715e6d21993616f9e", + "content-hash": "3ea5d29ca49561cc39e1a03e735511f1", "packages": [ { "name": "composer/installers", @@ -143,6 +143,113 @@ ], "time": "2020-04-07T06:57:05+00:00" }, + { + "name": "phing/phing", + "version": "2.16.4", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/phing.git", + "reference": "30831b22fc6bab57003f1893842668c44b7f65ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/30831b22fc6bab57003f1893842668c44b7f65ae", + "reference": "30831b22fc6bab57003f1893842668c44b7f65ae", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "ext-pdo_sqlite": "*", + "mikey179/vfsstream": "^1.6", + "pdepend/pdepend": "2.x", + "pear/archive_tar": "1.4.x", + "pear/http_request2": "dev-trunk", + "pear/net_growl": "dev-trunk", + "pear/pear-core-minimal": "1.10.1", + "pear/versioncontrol_git": "@dev", + "pear/versioncontrol_svn": "~0.5", + "phpdocumentor/phpdocumentor": "2.x", + "phploc/phploc": "~2.0.6", + "phpmd/phpmd": "~2.2", + "phpunit/phpunit": ">=3.7", + "sebastian/git": "~1.0", + "sebastian/phpcpd": "2.x", + "siad007/versioncontrol_hg": "^1.0", + "simpletest/simpletest": "^1.1", + "squizlabs/php_codesniffer": "~2.2", + "symfony/yaml": "^2.8 || ^3.1 || ^4.0" + }, + "suggest": { + "pdepend/pdepend": "PHP version of JDepend", + "pear/archive_tar": "Tar file management class", + "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", + "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", + "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", + "phploc/phploc": "A tool for quickly measuring the size of a PHP project", + "phpmd/phpmd": "PHP version of PMD tool", + "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", + "phpunit/phpunit": "The PHP Unit Testing Framework", + "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", + "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", + "tedivm/jshrink": "Javascript Minifier built in PHP" + }, + "bin": [ + "bin/phing" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.16.x-dev" + } + }, + "autoload": { + "classmap": [ + "classes/phing/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "classes" + ], + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Michiel Rook", + "email": "mrook@php.net" + }, + { + "name": "Phing Community", + "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" + } + ], + "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", + "homepage": "https://www.phing.info/", + "keywords": [ + "build", + "phing", + "task", + "tool" + ], + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://github.com/siad007", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-01-29T14:00:54+00:00" + }, { "name": "pressbooks/mix", "version": "2.1", @@ -180,34 +287,32 @@ }, { "name": "soberwp/intervention", - "version": "1.2.0-p", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/soberwp/intervention.git", - "reference": "1698e51efe696c5867fb78ef7c5d2efff9b79260" + "reference": "25fc6ac3537ea607ae2a1dcfb79f2354236677b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/soberwp/intervention/zipball/1698e51efe696c5867fb78ef7c5d2efff9b79260", - "reference": "1698e51efe696c5867fb78ef7c5d2efff9b79260", + "url": "https://api.github.com/repos/soberwp/intervention/zipball/25fc6ac3537ea607ae2a1dcfb79f2354236677b2", + "reference": "25fc6ac3537ea607ae2a1dcfb79f2354236677b2", "shasum": "" }, "require": { "composer/installers": "~1.0", + "phing/phing": "^2.16", "php": ">=5.4.0" }, "require-dev": { - "squizlabs/php_codesniffer": "2.*" + "squizlabs/php_codesniffer": "3.5.0" }, - "type": "package", + "type": "wordpress-plugin", "autoload": { "psr-4": { "Sober\\Intervention\\": "src/", "Sober\\Intervention\\Module\\": "src/modules/" - }, - "files": [ - "intervention.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -225,7 +330,7 @@ "keywords": [ "wordpress" ], - "time": "2017-08-26T12:21:27+00:00" + "time": "2020-07-05T13:59:26+00:00" }, { "name": "spatie/color", @@ -2231,12 +2336,12 @@ "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" },