1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-07 22:56:33 +02:00

use lower scssphp version for php 5.3 compatibility

the functionality we are using is present
This commit is contained in:
Elan Ruusamäe
2016-10-13 12:18:52 +03:00
parent b5a0ed3e3a
commit ae1fdf4a30
2 changed files with 1 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ cache:
- vendor
install:
# set low version, so deps can be installed on 5.3
- composer config platform.php 5.4
- composer update --no-interaction --prefer-source
script:

View File

@@ -34,7 +34,7 @@
},
"require-dev": {
"leafo/lessphp": "~0.4.0",
"leafo/scssphp": "^0.6.6",
"leafo/scssphp": "^0.3.0",
"meenie/javascript-packer": "~1.1",
"phpunit/phpunit": "4.8.*",
"tedivm/jshrink": "~1.1.0"