{ "_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": "d08fd713bbccb45adef0c63e51fd1b90", "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/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-admin-menu", "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/waughjai/wp-admin-menu.git", "reference": "5b36607a8770ef6fcf1d589ef850344037cc5f2c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-admin-menu/zipball/5b36607a8770ef6fcf1d589ef850344037cc5f2c", "reference": "5b36607a8770ef6fcf1d589ef850344037cc5f2c", "shasum": "" }, "require": { "php": ">=7.0", "waughj/html-link": ">=1.2.6", "waughj/test-hash-item": ">=1.0.1", "waughj/wp-post-list-converter": ">=0.1.2" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPAdminMenu\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Template for automatically creating link menu based on menu in WordPress's Menu in Appearance.", "keywords": [ "admin", "links", "menu", "template", "wordpress" ], "time": "2018-11-23T17:42:29+00:00" }, { "name": "waughj/wp-admin-menu-manager", "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/waughjai/wp-admin-menu-manager.git", "reference": "4a82c94096ca07b04726de62472a0a0d8fac4416" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-admin-menu-manager/zipball/4a82c94096ca07b04726de62472a0a0d8fac4416", "reference": "4a82c94096ca07b04726de62472a0a0d8fac4416", "shasum": "" }, "require": { "php": ">=7.0", "waughj/wp-admin-menu": ">=0.4.2" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPAdminMenuManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Singleton manager for making and printing admin menus & making them easily accessible to both WordPress Admin & public website.", "keywords": [ "admin", "defaults", "factory", "links", "menu", "template", "wordpress" ], "time": "2018-11-23T17:44:56+00:00" }, { "name": "waughj/wp-post-list-converter", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/waughjai/wp-post-list-converter.git", "reference": "f1b84d79b09beff8179859bc2bcc944b6be19cdd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/waughjai/wp-post-list-converter/zipball/f1b84d79b09beff8179859bc2bcc944b6be19cdd", "reference": "f1b84d79b09beff8179859bc2bcc944b6be19cdd", "shasum": "" }, "require": { "php": ">=7.0", "waughj/test-hash-item": ">=1.0.1" }, "require-dev": { "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "WaughJ\\WPPostListConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jaimeson Waugh", "email": "waughjai@gmail.com" } ], "description": "Convert WordPress's list of posts into hierarchical list easier to work with.", "keywords": [ "converter", "list", "wordpress" ], "time": "2018-11-23T17:29:32+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [] }