Skip to content

Commit

Permalink
[TASK] Update bundled scssphp/scssphp version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Sep 30, 2019
1 parent 94a14e8 commit d879932
Show file tree
Hide file tree
Showing 13 changed files with 879 additions and 1,109 deletions.
9 changes: 6 additions & 3 deletions Contrib/scssphp/composer.json
Expand Up @@ -23,17 +23,20 @@
"psr-4": { "ScssPhp\\ScssPhp\\": "src/" }
},
"autoload-dev": {
"psr-4": { "ScssPhp\\ScssPhp\\Test\\": "tests/" }
"psr-4": { "ScssPhp\\ScssPhp\\Tests\\": "tests/" }
},
"require": {
"php": "^5.6.0 || ^7"
"php": ">=5.6.0",
"ext-json": "*",
"ext-ctype": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.5",
"phpunit/phpunit": "~4.6",
"phpunit/phpunit": ">=4.8.36",
"twbs/bootstrap": "~4.3",
"zurb/foundation": "~6.5"
},
"minimum-stability": "dev",
"bin": ["bin/pscss"],
"archive": {
"exclude": [
Expand Down

0 comments on commit d879932

Please sign in to comment.