{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "8df6f8fe1591fe02cc8cf500250208d5", "packages": [ { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "spatie/macroable", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/spatie/macroable.git", "reference": "74b0d189ce75142f1706aad834d5a428dfc7c3c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/macroable/zipball/74b0d189ce75142f1706aad834d5a428dfc7c3c3", "reference": "74b0d189ce75142f1706aad834d5a428dfc7c3c3", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.3" }, "type": "library", "autoload": { "psr-4": { "Spatie\\Macroable\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "A trait to dynamically add methods to a class", "homepage": "https://github.com/spatie/macroable", "keywords": [ "macroable", "spatie" ], "time": "2017-09-18T09:51:20+00:00" }, { "name": "spatie/url", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/spatie/url.git", "reference": "d57c19baf1586d335f30c126681a9487da01809b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/url/zipball/d57c19baf1586d335f30c126681a9487da01809b", "reference": "d57c19baf1586d335f30c126681a9487da01809b", "shasum": "" }, "require": { "php": "^7.0", "psr/http-message": "^1.0", "spatie/macroable": "^1.0" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "autoload": { "psr-4": { "Spatie\\Url\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sebastian De Deyne", "email": "sebastian@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "Parse, build and manipulate URL's", "homepage": "https://github.com/spatie/url", "keywords": [ "spatie", "url" ], "time": "2018-01-02T20:50:05+00:00" }, { "name": "waughj/directory", "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/waughjai/directory.git", "reference": "b95e2acbb9e62c47332f8736b3325330c45b8d55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/directory/zipball/b95e2acbb9e62c47332f8736b3325330c45b8d55", "reference": "b95e2acbb9e62c47332f8736b3325330c45b8d55", "shasum": "" }, "require": { "php": ">=7.0", "waughj/verified-arguments-same-type": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "libraryt", "autoload": { "psr-4": { "WaughJ\\Directory\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple class for encapsulating file directory object.", "keywords": [ "directory", "file" ], "time": "2018-11-27T17:55:13+00:00" }, { "name": "waughj/file-loader", "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/waughjai/file-loader.git", "reference": "5ed773b2e739a6e07bbabc3d85f0f86015861b5f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/file-loader/zipball/5ed773b2e739a6e07bbabc3d85f0f86015861b5f", "reference": "5ed773b2e739a6e07bbabc3d85f0f86015861b5f", "shasum": "" }, "require": { "php": ">=7.0", "spatie/url": "*", "waughj/directory": "*", "waughj/test-hash-item": "*", "waughj/verified-arguments": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\FileLoader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Object for easily generating image sources with autoversioning for handling cache corruption.", "keywords": [ "file", "loader" ], "time": "2018-12-12T20:32:53+00:00" }, { "name": "waughj/html-attribute", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/waughjai/html-attribute.git", "reference": "71c546e63ed7f2fef029f8d5fc1b78a7485ab42d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-attribute/zipball/71c546e63ed7f2fef029f8d5fc1b78a7485ab42d", "reference": "71c546e63ed7f2fef029f8d5fc1b78a7485ab42d", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "project", "autoload": { "psr-4": { "WaughJ\\HTMLAttribute\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple class for encapsulating an HTML attribute", "keywords": [ "attribute", "html" ], "time": "2018-10-25T20:04:08+00:00" }, { "name": "waughj/html-attribute-list", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/waughjai/html-attribute-list.git", "reference": "a34914ddfeab96efbbec1206120ff7fd682326d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-attribute-list/zipball/a34914ddfeab96efbbec1206120ff7fd682326d4", "reference": "a34914ddfeab96efbbec1206120ff7fd682326d4", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-attribute": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "project", "autoload": { "psr-4": { "WaughJ\\HTMLAttributeList\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "A list o' HTML attributes for easy HTML generation.", "keywords": [ "attribute", "html", "list" ], "time": "2018-12-28T23:34:34+00:00" }, { "name": "waughj/html-image", "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/waughjai/html-image.git", "reference": "d3ebf8649ae7bdb5201bd44b6aad9c3ecd8e9b5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-image/zipball/d3ebf8649ae7bdb5201bd44b6aad9c3ecd8e9b5b", "reference": "d3ebf8649ae7bdb5201bd44b6aad9c3ecd8e9b5b", "shasum": "" }, "require": { "php": ">=7.0", "waughj/file-loader": "*", "waughj/html-attribute-list": ">=1.1.0", "waughj/test-hash-item": ">=1.1" }, "require-dev": { "ngiusti/random-string-generator": "*", "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\HTMLImage\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple class for automatically generating image HTML code.", "keywords": [ "autogenerate", "html", "image" ], "time": "2018-12-31T19:20:05+00:00" }, { "name": "waughj/html-picture", "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/waughjai/html-picture.git", "reference": "ce4bd3591ff857d37f81d92dc235f6899918ded8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-picture/zipball/ce4bd3591ff857d37f81d92dc235f6899918ded8", "reference": "ce4bd3591ff857d37f81d92dc235f6899918ded8", "shasum": "" }, "require": { "php": ">=7.0", "waughj/file-loader": "*", "waughj/html-attribute-list": "*", "waughj/html-image": ">=0.5.2", "waughj/verified-arguments-same-type": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\HTMLPicture\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple class for easy generation o' picture tag HTML code.", "keywords": [ "generator", "html", "picture tag" ], "time": "2019-01-03T19:04:51+00:00" }, { "name": "waughj/test-hash-item", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/waughjai/test-hash-item.git", "reference": "5657dc1ac52e629acdd6ce57936acafc60b00394" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/test-hash-item/zipball/5657dc1ac52e629acdd6ce57936acafc60b00394", "reference": "5657dc1ac52e629acdd6ce57936acafc60b00394", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "project", "autoload": { "files": [ "src/TestHashItem.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "A collection o' helper functions for testing properties o' a hash item", "keywords": [ "hash", "tests" ], "time": "2018-11-29T20:46:20+00:00" }, { "name": "waughj/verified-arguments", "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/waughjai/verified-arguments.git", "reference": "1a1c9158d6c97f62eea1c51e8ee6039408f2a8d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/verified-arguments/zipball/1a1c9158d6c97f62eea1c51e8ee6039408f2a8d8", "reference": "1a1c9158d6c97f62eea1c51e8ee6039408f2a8d8", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\VerifiedArguments\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Safer & simpler way to handle verifying an array o' arguments by existence & type.", "keywords": [ "arguments", "array", "safety" ], "time": "2019-01-10T23:55:47+00:00" }, { "name": "waughj/verified-arguments-same-type", "version": "0.1.0", "source": { "type": "git", "url": "https://github.com/waughjai/verified-arguments-same-type.git", "reference": "dcd896138233adceeab3e3cfe48da0bb26d70e19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/verified-arguments-same-type/zipball/dcd896138233adceeab3e3cfe48da0bb26d70e19", "reference": "dcd896138233adceeab3e3cfe48da0bb26d70e19", "shasum": "" }, "require": { "php": ">=7.0", "waughj/verified-arguments": ">=0.5" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\VerifiedArgumentsSameType\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "List o' verified arguments wherein given arguments must be the same type as defaults.", "keywords": [ "arguments", "array", "safety", "type" ], "time": "2018-10-24T17:57:03+00:00" }, { "name": "waughj/wp-get-image-sizes", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/waughjai/wp-get-image-sizes.git", "reference": "b7874222fa3b2e09456d10ed35029c9972113766" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-get-image-sizes/zipball/b7874222fa3b2e09456d10ed35029c9972113766", "reference": "b7874222fa3b2e09456d10ed35029c9972113766", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "files": [ "src/WPGetImageSizes.php", "src/WPImageSize.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple function for getting media image sizes for WordPress.", "keywords": [ "image sizes", "media", "wordpress" ], "time": "2018-12-04T17:13:46+00:00" }, { "name": "waughj/wp-post-thumbnail", "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/waughjai/wp-post-thumbnail.git", "reference": "6fda8f5f067b2c2cab22ce7b2db154e964be080a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-post-thumbnail/zipball/6fda8f5f067b2c2cab22ce7b2db154e964be080a", "reference": "6fda8f5f067b2c2cab22ce7b2db154e964be080a", "shasum": "" }, "require": { "php": ">=7.0", "waughj/wp-upload-picture": ">=0.2.6" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPPostThumbnail\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple class for getting WordPress thumbnail", "keywords": [ "thumbnail", "wordpress" ], "time": "2019-04-05T20:16:23+00:00" }, { "name": "waughj/wp-theme-image", "version": "0.1.0", "source": { "type": "git", "url": "https://github.com/waughjai/wp-theme-image.git", "reference": "84300a28d4e55653b3d1485f3132da470238b316" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-theme-image/zipball/84300a28d4e55653b3d1485f3132da470238b316", "reference": "84300a28d4e55653b3d1485f3132da470238b316", "shasum": "" }, "require": { "php": ">=7.0", "waughj/directory": "*", "waughj/file-loader": ">=0.2.0", "waughj/html-image": ">=0.3.0", "waughj/test-hash-item": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPThemeImage\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Class for autogenerating HTML for WordPress theme image.", "keywords": [ "image", "theme", "wordpress" ], "time": "2018-12-28T01:47:46+00:00" }, { "name": "waughj/wp-theme-option", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/waughjai/wp-theme-option.git", "reference": "112d170fe6abdf207c9f81f3f3e57ee6e473388c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-theme-option/zipball/112d170fe6abdf207c9f81f3f3e57ee6e473388c", "reference": "112d170fe6abdf207c9f81f3f3e57ee6e473388c", "shasum": "" }, "require": { "php": ">=7.0", "waughj/test-hash-item": ">=1.0.1", "waughj/verified-arguments-same-type": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPThemeOption\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Classes for simplifying the creation of theme options, option sections, & option pages.", "keywords": [ "generator", "option", "theme", "wordpress" ], "time": "2018-12-14T00:46:52+00:00" }, { "name": "waughj/wp-theme-picture", "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/waughjai/wp-theme-picture.git", "reference": "d69341c17851ccdc858a374360502cc0c880e799" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-theme-picture/zipball/d69341c17851ccdc858a374360502cc0c880e799", "reference": "d69341c17851ccdc858a374360502cc0c880e799", "shasum": "" }, "require": { "php": ">=7.0", "waughj/directory": "*", "waughj/file-loader": ">=0.2.0", "waughj/html-picture": ">=0.4.1", "waughj/test-hash-item": "*", "waughj/wp-theme-image": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPThemePicture\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Class for autogenerating picture tag HTML for WordPress theme image.", "keywords": [ "picture tag", "theme", "wordpress" ], "time": "2019-04-04T23:16:56+00:00" }, { "name": "waughj/wp-upload-image", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/waughjai/wp-upload-image.git", "reference": "f72d93d47ac7796e999fd3054061e20451f435ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-upload-image/zipball/f72d93d47ac7796e999fd3054061e20451f435ae", "reference": "f72d93d47ac7796e999fd3054061e20451f435ae", "shasum": "" }, "require": { "php": ">=7.0", "waughj/file-loader": ">=0.2.0", "waughj/html-image": ">=0.3.0", "waughj/test-hash-item": "*", "waughj/wp-get-image-sizes": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPUploadImage\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Class for autogenerating HTML for WordPress media image with just the ID.", "keywords": [ "media image", "wordpress" ], "time": "2019-01-03T19:22:27+00:00" }, { "name": "waughj/wp-upload-picture", "version": "0.2.6", "source": { "type": "git", "url": "https://github.com/waughjai/wp-upload-picture.git", "reference": "c52af84b500f790ad3276061a9bec983e952a4da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-upload-picture/zipball/c52af84b500f790ad3276061a9bec983e952a4da", "reference": "c52af84b500f790ad3276061a9bec983e952a4da", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-picture": ">=0.4.1", "waughj/test-hash-item": "*", "waughj/wp-get-image-sizes": "*" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPUploadPicture\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Class for autogenerating picture tag HTML for WordPress media image with just the ID.", "keywords": [ "media image", "picture tag", "wordpress" ], "time": "2019-01-03T19:10:44+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [] }