leafo / scssphp

SCSS compiler written in PHP
MIT License
1.34k stars 214 forks source link

Update PHP version requirement to 5.6 #680

Closed Cerdic closed 5 years ago

cyberalien commented 5 years ago

Awesome job on updating scssphp! It is now a viable replacement for Ruby version.

But this patch is incomplete. You missed php version number in composer.json. Also it is not really needed because ::class that requires version bump can be replaced with instanceof for comparison.