{ "_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": "0fb902cffd32faf9e9e9c95e08e08f53", "packages": [ { "name": "deliciousbrains/wp-background-processing", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/deliciousbrains/wp-background-processing.git", "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/7ca7cc3504333db3a291bbab7f1917124fba4816", "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816", "shasum": "" }, "require": { "php": ">=7.0" }, "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.4.0" }, "time": "2024-12-17T14:04:30+00:00" }, { "name": "moodlehq/rtlcss-php", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/moodlehq/rtlcss-php.git", "reference": "e251ac75ae5a8ea8e745ae92a6d426fcb0797d84" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/moodlehq/rtlcss-php/zipball/e251ac75ae5a8ea8e745ae92a6d426fcb0797d84", "reference": "e251ac75ae5a8ea8e745ae92a6d426fcb0797d84", "shasum": "" }, "require": { "php": ">=7.3.0", "sabberworm/php-css-parser": "8.1.*" }, "require-dev": { "phpunit/phpunit": "9.5.*" }, "type": "library", "autoload": { "psr-4": { "MoodleHQ\\": "src/MoodleHQ" } }, "license": [ "MIT" ], "description": "Convert CSS to Right-to-Left (Port of RTLCSS)", "keywords": [ "css", "rtl" ], "support": { "source": "https://github.com/moodlehq/rtlcss-php/tree/v1.0.1", "issues": "https://github.com/moodlehq/rtlcss-php/issues" }, "time": "2022-01-24T17:53:10+00:00" }, { "name": "sabberworm/php-css-parser", "version": "8.1.1", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "b3683fba4e30963908265b039190a0e88f74c6fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/b3683fba4e30963908265b039190a0e88f74c6fb", "reference": "b3683fba4e30963908265b039190a0e88f74c6fb", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Sabberworm\\CSS": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "http://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.1.1" }, "time": "2020-06-01T09:09:10+00:00" }, { "name": "scssphp/scssphp", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "33749d12c2569bb24071f94e9af828662dabb068" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", "reference": "33749d12c2569bb24071f94e9af828662dabb068", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.5" }, "suggest": { "ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" }, "bin": [ "bin/pscss" ], "type": "library", "extra": { "bamarni-bin": { "forward-command": false, "bin-links": false } }, "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "homepage": "https://github.com/robocoder" }, { "name": "Cédric Morin", "email": "cedric@yterium.com", "homepage": "https://github.com/Cerdic" } ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" }, "time": "2022-09-02T21:24:55+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" }