diff options
author | Daniel Weipert <code@drogueronin.de> | 2020-12-17 00:01:06 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2020-12-17 00:01:06 +0100 |
commit | 131e542d013d6c1932bbf477d6eba031cebd0276 (patch) | |
tree | 1eb1026e91453a87dd100b8bc08d55fc92375d9d /composer.lock | |
parent | e3c2639e80665e623e1f1f4ce93fe80babb59f09 (diff) |
Adds function for adding arbitrary locations and rewrites posttype and taxonomy to use this function as wellv1.2.0
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/composer.lock b/composer.lock index 7eb67b4..c373d57 100644 --- a/composer.lock +++ b/composer.lock @@ -4,55 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "06a0492edddd04e15173a7208cec1c1c", - "packages": [ - { - "name": "jjgrainger/posttypes", - "version": "2.1", - "source": { - "type": "git", - "url": "https://github.com/jjgrainger/PostTypes.git", - "reference": "a87584606e9ef726f7621c1d71a184fdf7282172" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jjgrainger/PostTypes/zipball/a87584606e9ef726f7621c1d71a184fdf7282172", - "reference": "a87584606e9ef726f7621c1d71a184fdf7282172", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "require-dev": { - "phpunit/phpunit": "8.*", - "squizlabs/php_codesniffer": "3.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "PostTypes\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joe Grainger", - "email": "hello@jjgrainger.co.uk", - "homepage": "https://jjgrainger.co.uk" - } - ], - "description": "Simple WordPress custom post types.", - "homepage": "https://github.com/jjgrainger/posttype", - "support": { - "issues": "https://github.com/jjgrainger/PostTypes/issues", - "source": "https://github.com/jjgrainger/PostTypes/tree/v2.1" - }, - "time": "2020-04-12T13:01:12+00:00" - } - ], + "content-hash": "c5fb66ad293216cf0d8d4e14b4679cd1", + "packages": [], "packages-dev": [ { "name": "doctrine/instantiator", |