- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
123 lines
4.5 KiB
JSON
Executable File
123 lines
4.5 KiB
JSON
Executable File
{
|
|
"_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": "dd61f4f0f2b9a44a1c5d29a3a78fa7f0",
|
|
"packages": [
|
|
{
|
|
"name": "deliciousbrains/wp-background-processing",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/deliciousbrains/wp-background-processing.git",
|
|
"reference": "d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d",
|
|
"reference": "d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
|
"phpunit/phpunit": "^8.0",
|
|
"spryker/code-sniffer": "^0.17.18",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"yoast/phpunit-polyfills": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"classes/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Delicious Brains",
|
|
"email": "nom@deliciousbrains.com"
|
|
}
|
|
],
|
|
"description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
|
|
"support": {
|
|
"issues": "https://github.com/deliciousbrains/wp-background-processing/issues",
|
|
"source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.1.0"
|
|
},
|
|
"time": "2023-04-18T12:32:25+00:00"
|
|
},
|
|
{
|
|
"name": "sabberworm/php-css-parser",
|
|
"version": "8.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=5.6.20"
|
|
},
|
|
"require-dev": {
|
|
"codacy/coverage": "^1.4",
|
|
"phpunit/phpunit": "^4.8.36"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "for parsing UTF-8 CSS"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sabberworm\\CSS\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Raphael Schweikert"
|
|
}
|
|
],
|
|
"description": "Parser for CSS Files written in PHP",
|
|
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
|
"keywords": [
|
|
"css",
|
|
"parser",
|
|
"stylesheet"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
|
|
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
|
|
},
|
|
"time": "2021-12-11T13:40:54+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|