Bump scssphp/scssphp from 1.4.1 to 1.10.2

Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.4.1 to 1.10.2.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v1.4.1...v1.10.2)

---
updated-dependencies:
- dependency-name: scssphp/scssphp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 21:45:08 +00:00 committed by GitHub
parent 2e174fd386
commit 7deb0b069f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f1d3caaff1646695934ec330533011b5", "content-hash": "4a849f11d069eee2fdda78609cb0c7b6",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -306,16 +306,16 @@
}, },
{ {
"name": "scssphp/scssphp", "name": "scssphp/scssphp",
"version": "v1.4.1", "version": "v1.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/scssphp/scssphp.git", "url": "https://github.com/scssphp/scssphp.git",
"reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7" "reference": "387f4f4abf5d99f16be16314c5ab856f81c82f46"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/387f4f4abf5d99f16be16314c5ab856f81c82f46",
"reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "reference": "387f4f4abf5d99f16be16314c5ab856f81c82f46",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -324,13 +324,20 @@
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
"sass/sass-spec": "2020.12.29", "sass/sass-spec": "*",
"squizlabs/php_codesniffer": "~3.5", "squizlabs/php_codesniffer": "~3.5",
"symfony/phpunit-bridge": "^5.1", "symfony/phpunit-bridge": "^5.1",
"twbs/bootstrap": "~4.3", "thoughtbot/bourbon": "^7.0",
"twbs/bootstrap": "~5.0",
"twbs/bootstrap4": "4.6.1",
"zurb/foundation": "~6.5" "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": [
"bin/pscss" "bin/pscss"
], ],
@ -367,9 +374,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/scssphp/scssphp/issues", "issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v1.4.1" "source": "https://github.com/scssphp/scssphp/tree/v1.10.2"
}, },
"time": "2021-01-04T13:23:23+00:00" "time": "2022-03-02T21:15:09+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -795,7 +802,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.0", "php": ">=7.2",
"ext-curl": "*", "ext-curl": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
@ -804,5 +811,5 @@
"ext-json": "*" "ext-json": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.3.0"
} }