Skip to content

Commit 58f73db

Browse files
committed
Adding packagist support for 8.5 branch
1 parent 87ee4ee commit 58f73db

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"name": "sabberworm/php-css-parser",
2+
"name": "totara/php-css-parser",
33
"type": "library",
4-
"description": "Parser for CSS Files written in PHP",
4+
"description": "Fork of PHP-CSS-Parser for Totara",
55
"keywords": [
66
"parser",
77
"css",
88
"stylesheet"
99
],
10-
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1110
"license": "MIT",
1211
"authors": [
1312
{
@@ -44,7 +43,6 @@
4443
},
4544
"extra": {
4645
"branch-alias": {
47-
"dev-main": "9.0.x-dev"
4846
}
4947
},
5048
"scripts": {
@@ -77,5 +75,8 @@
7775
"fix:php:fixer": "Fixes autofixable issues found by PHP CS Fixer.",
7876
"fix:php:sniffer": "Fixes autofixable issues found by PHP_CodeSniffer.",
7977
"phpstand:baseline": "Updates the PHPStan baseline file to match the code."
78+
},
79+
"replace": {
80+
"sabberworm/php-css-parser": "self.version"
8081
}
8182
}

0 commit comments

Comments
 (0)