From 62046b3acde01f9f66e1d5d52e03fea4c5bbfc8d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 18 Dec 2020 00:56:32 +0100 Subject: Initial commit --- composer.lock | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 composer.lock (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..0a2160c --- /dev/null +++ b/composer.lock @@ -0,0 +1,109 @@ +{ + "_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": "568ebb3d103302b9adcf67360487d76c", + "packages": [ + { + "name": "drogueronin/metaboxes", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://gitlab.com/DRogueRonin/metaboxes.git", + "reference": "131e542d013d6c1932bbf477d6eba031cebd0276" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/DRogueRonin%2Fmetaboxes/repository/archive.zip?sha=131e542d013d6c1932bbf477d6eba031cebd0276", + "reference": "131e542d013d6c1932bbf477d6eba031cebd0276", + "shasum": "" + }, + "require": { + "php": ">=7.4" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "PostTypes\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniel Weipert", + "email": "code@drogueronin.de" + } + ], + "support": { + "issues": "https://gitlab.com/api/v4/projects/23148438/issues" + }, + "time": "2020-12-17T00:01:06+00:00" + }, + { + "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" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=7.4" + }, + "platform-dev": [], + "plugin-api-version": "2.0.0" +} -- cgit v1.2.3