Files
intotheeast-com-content/plugins/admin/vendor/scssphp/scssphp/composer.json
T

132 lines
4.5 KiB
JSON

{
"name": "scssphp/scssphp",
"type": "library",
"description": "scssphp is a compiler for SCSS written in PHP.",
"keywords": ["css", "stylesheet", "scss", "sass", "less"],
"homepage": "https://scssphp.github.io/scssphp/",
"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"
}
],
"autoload": {
"psr-4": { "ScssPhp\\ScssPhp\\": "src/" }
},
"autoload-dev": {
"psr-4": { "ScssPhp\\ScssPhp\\Tests\\": "tests/" }
},
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"league/uri": "^7.6",
"league/uri-interfaces": "^7.6",
"scssphp/source-span": "^1.1",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"jgthms/bulma": "~0.9.4",
"jiripudil/phpstan-sealed-classes": "^1.3",
"phpstan/phpstan": "^2.1.31",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpunit/phpunit": "^9.5.6",
"sass/sass-spec": "*",
"squizlabs/php_codesniffer": "^3.13",
"symfony/phpunit-bridge": "^7.3 || ^8.0",
"symfony/polyfill-php84": "^1.33",
"symfony/var-dumper": "^6.4 || ^7.3 || ^8.0",
"thoughtbot/bourbon": "^7.0",
"twbs/bootstrap": "^5.3",
"twbs/bootstrap4": "4.6.1",
"zurb/foundation": "~6.7.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "sass/sass-spec",
"version": "2024.06.24",
"source": {
"type": "git",
"url": "https://github.com/sass/sass-spec.git",
"reference": "7ac806618da724333c60ad7b9c16b969470b9302"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sass/sass-spec/zipball/7ac806618da724333c60ad7b9c16b969470b9302",
"reference": "7ac806618da724333c60ad7b9c16b969470b9302",
"shasum": ""
}
}
},
{
"type": "package",
"package": {
"name": "thoughtbot/bourbon",
"version": "v7.0.0",
"source": {
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git",
"reference": "fbe338ee6807e7f7aa996d82c8a16f248bb149b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thoughtbot/bourbon/zipball/fbe338ee6807e7f7aa996d82c8a16f248bb149b3",
"reference": "fbe338ee6807e7f7aa996d82c8a16f248bb149b3",
"shasum": ""
}
}
},
{
"type": "package",
"package": {
"name": "jgthms/bulma",
"version": "v0.9.4",
"source": {
"type": "git",
"url": "https://github.com/jgthms/bulma.git",
"reference": "3e00a8e6d0d0e566d507328f0185ef84854effba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jgthms/bulma/zipball/3e00a8e6d0d0e566d507328f0185ef84854effba",
"reference": "3e00a8e6d0d0e566d507328f0185ef84854effba",
"shasum": ""
}
}
},
{
"type": "package",
"package": {
"name": "twbs/bootstrap4",
"version": "v4.6.1",
"source": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git",
"reference": "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/043a03c95a2ad6738f85b65e53b9dbdfb03b8d10",
"reference": "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10",
"shasum": ""
}
}
}
],
"config": {
"sort-packages": true
}
}