sabberworm/php-css-parser
Parse and manipulate CSS in PHP with a fast, flexible parser. Convert CSS into an object model, inspect and edit rules, selectors, and declarations, then render back to CSS. Useful for minifying, rewriting assets, or building CSS tooling.
branch-alias entry to
point to the release after the upcoming release.List all tags:
git tag
Locally create a tag from the current HEAD commit and push it to the git
remote origin:
git tag -a v4.2.0 -m "Tag version 4.2.0"
git push --tags
Locally create a
GPG-signed tag
from the current HEAD commit and push it to the git remote origin:
git tag -a -s v4.2.0 -m "Tag version 4.2.0"
git push --tags
How can I help you explore Laravel packages today?