diff --git a/composer.json b/composer.json index 4b8626e..1a45512 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "scrivo/highlight.php": "v9.18.1.10", - "scssphp/scssphp": "1.0.4", + "scssphp/scssphp": "1.12.0", "torrix/laravel-uikit": "^3.16" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4191571..9b6873d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7413218ee62d506acaf753eff9681314", + "content-hash": "dc23fd8c4eb4a77818df51837c3ffd7f", "packages": [ { "name": "akaunting/laravel-money", @@ -4348,16 +4348,16 @@ }, { "name": "scssphp/scssphp", - "version": "1.0.4", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "7c292c66db52ede3afbfd6566c8872f3c5b32267" + "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/7c292c66db52ede3afbfd6566c8872f3c5b32267", - "reference": "7c292c66db52ede3afbfd6566c8872f3c5b32267", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35", + "reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35", "shasum": "" }, "require": { @@ -4366,15 +4366,30 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": ">=4.8.36", - "squizlabs/php_codesniffer": "~2.5", - "twbs/bootstrap": "~4.3", - "zurb/foundation": "~6.5" + "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.7.0" + }, + "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/" @@ -4407,9 +4422,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/master" + "source": "https://github.com/scssphp/scssphp/tree/v1.12.0" }, - "time": "2019-09-06T16:48:49+00:00" + "time": "2023-11-14T14:56:09+00:00" }, { "name": "spatie/invade", @@ -10261,5 +10276,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }