Files
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

220 lines
7.8 KiB
JSON

{
"_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": "7c41a6e2145d6d74f162f2e7b338d675",
"packages": [
{
"name": "automattic/woocommerce",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/wc-api-php.git",
"reference": "d3b292f04c0b3b21dced691ebad8be073a83b4ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/wc-api-php/zipball/d3b292f04c0b3b21dced691ebad8be073a83b4ad",
"reference": "d3b292f04c0b3b21dced691ebad8be073a83b4ad",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">= 7.1.0"
},
"require-dev": {
"overtrue/phplint": "7.4.x-dev",
"phpunit/phpunit": "^8",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Automattic\\WooCommerce\\": [
"src/WooCommerce"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Claudio Sanches",
"email": "claudio.sanches@automattic.com"
}
],
"description": "A PHP wrapper for the WooCommerce REST API",
"keywords": [
"api",
"woocommerce"
],
"support": {
"issues": "https://github.com/woocommerce/wc-api-php/issues",
"source": "https://github.com/woocommerce/wc-api-php/tree/3.1.0"
},
"time": "2022-03-18T21:46:17+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"
},
{
"name": "open-function-computers-llc/better-wordpress",
"version": "v1.0.20",
"source": {
"type": "git",
"url": "https://github.com/open-function-computers-llc/better-wordpress.git",
"reference": "abbb0aba65597fe5f4713754f205144060aae8db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/open-function-computers-llc/better-wordpress/zipball/abbb0aba65597fe5f4713754f205144060aae8db",
"reference": "abbb0aba65597fe5f4713754f205144060aae8db",
"shasum": ""
},
"require": {
"jjgrainger/posttypes": "^2.1",
"php": ">=7.4",
"salesforce/handlebars-php": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"ofc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A suite of classes to make WordPress theme development cleaner",
"keywords": [
"handlebars",
"theme",
"wordpress"
],
"support": {
"issues": "https://github.com/open-function-computers-llc/better-wordpress/issues",
"source": "https://github.com/open-function-computers-llc/better-wordpress/tree/v1.0.20"
},
"time": "2021-09-08T21:26:26+00:00"
},
{
"name": "salesforce/handlebars-php",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/salesforce/handlebars-php.git",
"reference": "59fc47c7b2701659cb483d0f3461c4f712693b2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/salesforce/handlebars-php/zipball/59fc47c7b2701659cb483d0f3461c4f712693b2b",
"reference": "59fc47c7b2701659cb483d0f3461c4f712693b2b",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4"
},
"type": "library",
"autoload": {
"psr-0": {
"Handlebars": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
},
{
"name": "Behrooz Shabani (everplays)",
"email": "everplays@gmail.com"
},
{
"name": "Mardix",
"homepage": "https://github.com/mardix"
}
],
"description": "Handlebars processor for php",
"homepage": "http://www.github.com/salesforce/handlebars-php",
"keywords": [
"handlebars",
"mustache",
"templating"
],
"support": {
"issues": "https://github.com/salesforce/handlebars-php/issues",
"source": "https://github.com/salesforce/handlebars-php/tree/2.3.0"
},
"time": "2020-06-08T17:23:52+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.2.0"
}