Skip to content

Commit 9b2859f

Browse files
committed
Cleanup for composer support
1 parent 33794e6 commit 9b2859f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# scssphp
2-
### <https://scssphp.github.io/scssphp>
3-
4-
![Build](https://github.com/scssphp/scssphp/workflows/CI/badge.svg)
5-
[![License](https://poser.pugx.org/scssphp/scssphp/license)](https://packagist.org/packages/scssphp/scssphp)
62

73
`scssphp` is a compiler for SCSS written in PHP.
84

5+
This is the Totara fork, with Totara-specific compatibility changes.
6+
97
Checkout the homepage, <https://scssphp.github.io/scssphp>, for directions on how to use.
108

119
## Running Tests

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "scssphp/scssphp",
2+
"name": "totara/scssphp",
33
"type": "library",
4-
"description": "scssphp is a compiler for SCSS written in PHP.",
4+
"description": "Totara fork of scssphp",
55
"keywords": ["css", "stylesheet", "scss", "sass", "less"],
66
"homepage": "http://scssphp.github.io/scssphp/",
77
"license": [
@@ -26,7 +26,7 @@
2626
"psr-4": { "ScssPhp\\ScssPhp\\Tests\\": "tests/" }
2727
},
2828
"require": {
29-
"php": ">=5.6.0",
29+
"php": ">=8.2.0",
3030
"ext-json": "*",
3131
"ext-ctype": "*"
3232
},
@@ -113,5 +113,8 @@
113113
"forward-command": false,
114114
"bin-links": false
115115
}
116+
},
117+
"replace": {
118+
"scssphp/scssphp": "self.version"
116119
}
117120
}

0 commit comments

Comments
 (0)