summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock109
1 files changed, 109 insertions, 0 deletions
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"
+}