WIP
This commit is contained in:
168
vendor/composer/installed.json
vendored
Normal file
168
vendor/composer/installed.json
vendored
Normal file
@@ -0,0 +1,168 @@
|
||||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "jjgrainger/posttypes",
|
||||
"version": "v2.2.1",
|
||||
"version_normalized": "2.2.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jjgrainger/PostTypes.git",
|
||||
"reference": "2f20f628ec44404960df4b1ae5d623397a66aec1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jjgrainger/PostTypes/zipball/2f20f628ec44404960df4b1ae5d623397a66aec1",
|
||||
"reference": "2f20f628ec44404960df4b1ae5d623397a66aec1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"squizlabs/php_codesniffer": "3.*"
|
||||
},
|
||||
"time": "2024-10-13T17:23:48+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PostTypes\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Joe Grainger",
|
||||
"homepage": "https://jjgrainger.co.uk"
|
||||
}
|
||||
],
|
||||
"description": "Simple WordPress custom post types.",
|
||||
"homepage": "https://posttypes.jjgrainger.co.uk",
|
||||
"keywords": [
|
||||
"post-types",
|
||||
"wordpress"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/jjgrainger/posttypes/issues",
|
||||
"source": "https://github.com/jjgrainger/posttypes"
|
||||
},
|
||||
"install-path": "../jjgrainger/posttypes"
|
||||
},
|
||||
{
|
||||
"name": "open-function-computers-llc/rad-theme-engine",
|
||||
"version": "v1.0.34",
|
||||
"version_normalized": "1.0.34.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/open-function-computers-llc/rad-theme-engine.git",
|
||||
"reference": "c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/open-function-computers-llc/rad-theme-engine/zipball/c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e",
|
||||
"reference": "c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"jjgrainger/posttypes": "^2.1",
|
||||
"php": ">=7.4",
|
||||
"salesforce/handlebars-php": "^2.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"time": "2025-05-20T21:03:45+00:00",
|
||||
"bin": [
|
||||
"bin/getIcon"
|
||||
],
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"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/rad-theme-engine/issues",
|
||||
"source": "https://github.com/open-function-computers-llc/rad-theme-engine/tree/v1.0.34"
|
||||
},
|
||||
"install-path": "../open-function-computers-llc/rad-theme-engine"
|
||||
},
|
||||
{
|
||||
"name": "salesforce/handlebars-php",
|
||||
"version": "2.3.0",
|
||||
"version_normalized": "2.3.0.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"
|
||||
},
|
||||
"time": "2020-06-08T17:23:52+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"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"
|
||||
},
|
||||
"install-path": "../salesforce/handlebars-php"
|
||||
}
|
||||
],
|
||||
"dev": true,
|
||||
"dev-package-names": []
|
||||
}
|
||||
Reference in New Issue
Block a user