{ "_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": "7d5f222ccf58850a94a2337b47a3d519", "packages": [ { "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.0.5", "source": { "type": "git", "url": "https://github.com/waughjai/html-attribute-list.git", "reference": "6f7bb02668b3b776c7ccc7bda91a4d6b270153a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-attribute-list/zipball/6f7bb02668b3b776c7ccc7bda91a4d6b270153a0", "reference": "6f7bb02668b3b776c7ccc7bda91a4d6b270153a0", "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-11-12T20:30:34+00:00" }, { "name": "waughj/html-link", "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/waughjai/html-link.git", "reference": "26464551191b23e3f5bf229e5c25b38f6b0e71a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-link/zipball/26464551191b23e3f5bf229e5c25b38f6b0e71a8", "reference": "26464551191b23e3f5bf229e5c25b38f6b0e71a8", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-attribute-list": ">=1.0.5", "waughj/test-hash-item": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "project", "autoload": { "psr-4": { "WaughJ\\HTMLLink\\": "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 link info and autogenerating the HTML for it", "keywords": [ "html", "hyperlink", "link" ], "time": "2018-11-12T20:32:16+00:00" }, { "name": "waughj/html-mail-link", "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/waughjai/html-mail-link.git", "reference": "c3a4c46d85a019586ec2eeac3507fdeb4ce1845d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/html-mail-link/zipball/c3a4c46d85a019586ec2eeac3507fdeb4ce1845d", "reference": "c3a4c46d85a019586ec2eeac3507fdeb4ce1845d", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.5", "waughj/test-hash-item": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\HTMLMailLink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simple way to create HTML for email link.", "keywords": [ "email", "html", "link" ], "time": "2018-11-12T20:03:33+00:00" }, { "name": "waughj/test-hash-item", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/waughjai/test-hash-item.git", "reference": "ddf5cbc1cadb2342d3a725a062bfaa20b7404807" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/test-hash-item/zipball/ddf5cbc1cadb2342d3a725a062bfaa20b7404807", "reference": "ddf5cbc1cadb2342d3a725a062bfaa20b7404807", "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-10-23T18:46:38+00:00" }, { "name": "waughj/wp-category-link", "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/waughjai/wp-category-link.git", "reference": "2c60f21706b4f67eb0987811e19d351ce6488df0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-category-link/zipball/2c60f21706b4f67eb0987811e19d351ce6488df0", "reference": "2c60f21706b4f67eb0987811e19d351ce6488df0", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.6" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPCategoryLink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Simply get link to category page by passing slug or ID # o' category.", "keywords": [ "category", "html", "link", "wordpress" ], "time": "2018-11-12T20:39:02+00:00" }, { "name": "waughj/wp-home-link", "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/waughjai/wp-home-link.git", "reference": "300f8e08c30faeaccae0a9b7eba6effd63f19a2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-home-link/zipball/300f8e08c30faeaccae0a9b7eba6effd63f19a2e", "reference": "300f8e08c30faeaccae0a9b7eba6effd63f19a2e", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.6" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPHomeLink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Automatically generate home link o' WordPress website.", "keywords": [ "home", "html", "link", "wordpress" ], "time": "2018-11-12T20:37:59+00:00" }, { "name": "waughj/wp-post-link", "version": "0.2.6", "source": { "type": "git", "url": "https://github.com/waughjai/wp-post-link.git", "reference": "7fa261a0b6746cded756085533e5d36b54cf1399" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-post-link/zipball/7fa261a0b6746cded756085533e5d36b54cf1399", "reference": "7fa261a0b6746cded756085533e5d36b54cf1399", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.6", "waughj/test-hash-item": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPPostLink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "A simpler way to get link HTML by passing a post slug, ID, or WP_Post object.", "keywords": [ "html", "link", "post", "wordpress" ], "time": "2018-11-12T20:38:22+00:00" }, { "name": "waughj/wp-tag-link", "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/waughjai/wp-tag-link.git", "reference": "81cf40afaf6d8ad7aea07a6b45eac2c314ae294a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-tag-link/zipball/81cf40afaf6d8ad7aea07a6b45eac2c314ae294a", "reference": "81cf40afaf6d8ad7aea07a6b45eac2c314ae294a", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.6" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPTagLink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Easily generate HTML link for WordPress tag.", "keywords": [ "html", "link", "tag", "wordpress" ], "time": "2018-11-12T20:39:21+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [] }