summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 62153e7..eaa8e87 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
"psr-4": { "Leafo\\ScssPhp\\Test\\": "tests/" }
},
"require": {
- "php": "^5.6.0 || ^7"
+ "php": "^5.4.0 || ^7"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.5",
@@ -39,5 +39,6 @@
"/phpunit.xml.dist",
"/tests"
]
- }
+ },
+ "abandoned": "scssphp/scssphp"
}