File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
2221 "email" : " jake.github@qzdesign.co.uk"
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" : " *"
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." ,
You can’t perform that action at this time.
0 commit comments