Skip to content

Commit 8c64a96

Browse files
committed
Update composer.json
1 parent 5ed7fff commit 8c64a96

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugo/sass-embedded-php",
3-
"description": "PHP wrapper for sass-embedded (npm) with dependency autoloading",
3+
"description": "A lightweight PHP bridge for the official Node.js Sass embedded package, which allows for quick compilation of SCSS and SASS files with full support for Dart Sass features, including source maps and advanced syntax parsing",
44
"type": "composer-plugin",
55
"license": "MIT",
66
"authors": [
@@ -37,10 +37,7 @@
3737
"tests": "vendor/bin/pest --colors=always",
3838
"tests-coverage": "vendor/bin/pest --colors=always --coverage --min=90",
3939
"tests-coverage-clover": "vendor/bin/pest --colors=always --min=90 --coverage-clover coverage.xml",
40-
"tests-coverage-html": "vendor/bin/pest --colors=always --min=90 --coverage-html coverage",
41-
"post-autoload-dump": [
42-
"Bugo\\Sass\\Installer::postInstall"
43-
]
40+
"tests-coverage-html": "vendor/bin/pest --colors=always --min=90 --coverage-html coverage"
4441
},
4542
"extra": {
4643
"class": "Bugo\\Sass\\Plugin"

0 commit comments

Comments
 (0)