Skip to content

Commit 73a4180

Browse files
authored
[CLEANUP] Normalize the composer.json with composer-normalize (#766)
1 parent 23f4061 commit 73a4180

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "sabberworm/php-css-parser",
3-
"type": "library",
43
"description": "Parser for CSS Files written in PHP",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"parser",
78
"css",
89
"stylesheet"
910
],
10-
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
11-
"license": "MIT",
1211
"authors": [
1312
{
1413
"name": "Raphael Schweikert"
@@ -22,6 +21,7 @@
2221
"email": "[email protected]"
2322
}
2423
],
24+
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2525
"require": {
2626
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2727
"ext-iconv": "*"
@@ -101,8 +101,8 @@
101101
"ci:dynamic": "Runs all dynamic code checks (i.e., currently, the unit tests).",
102102
"ci:php:fixer": "Checks the code style with PHP CS Fixer.",
103103
"ci:php:lint": "Checks the syntax of the PHP code.",
104-
"ci:php:stan": "Checks the types with PHPStan.",
105104
"ci:php:rector": "Checks the code for possible code updates and refactoring.",
105+
"ci:php:stan": "Checks the types with PHPStan.",
106106
"ci:static": "Runs all static code analysis checks for the code.",
107107
"ci:tests": "Runs all dynamic tests (i.e., currently, the unit tests).",
108108
"ci:tests:coverage": "Runs the unit tests with code coverage.",

0 commit comments

Comments
 (0)