mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Add missing aws-sdk composer.json Add missing composer/PSR4 for SimplePie Add missing composer/PSR4 for others Add missing composer/PSR4 for markdown Add missing composer/PSR4 for PHP-CSS-Parser Add missing composer/PSR4 for Mustache Add missing composer/PSR4 for RTLCSS Add missing composer/PSR4 for SCSSPHP Add missing composer/PSR4 for OpenSpout Add missing composer/PSR4 for LTI Add missing composer/PSR4 for GeoPattern Add missing composer/PSR4 for CFPropertylist Add missing composer/PSR4 for ZipStream Add missing composer/PSR4 for PSR-20 Add missing composer/PSR4 for phpxmlrpc Add missing composer/PSR4 for WebAuthn
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"name": "moodlehq/rtlcss-php",
|
|
"type": "library",
|
|
"description": "Convert CSS to Right-to-Left (Port of RTLCSS)",
|
|
"keywords": ["rtl", "css"],
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"sabberworm/php-css-parser": "8.1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "9.5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MoodleHQ\\": "src/MoodleHQ"
|
|
}
|
|
}
|
|
}
|