You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
It would be nice to add a simple composer.json file to this repo, to make installation with Composer quite easier.
It could look like:
{
"name": "fabianmichael/kirby-typography",
"description": "This is a port of [wp-Typography](https://de.wordpress.org/plugins/wp-typography/) for Kirby CMS. Based on the `PHP_Typography` class, this plugin enhances the typography of you kirby-powered website. Think of it a more advanced alternative to the built-in `SmartyPants` parser.",
"authors": [{"name": "Fabian Michael"}],
"license": "GPL-3.0"
}
The "version" key is optional, and it’s recommended to omit it to let Composer (and Packagist) retrieve the available versions from git tags. Note that Composer will only see those tags which have a composer.json file, so if you add a commit with a composer.json you will need to add a tag.
It could be nice to publish this package on Packagist as well.
Use case
If one wants to install this plugin with Composer today, one needs a verbose definition:
Just a brief update: I did not forget about Kirby-Typography, but the last months brought a lot of work for me. But in the meantime, wp-Typography also brought a lot of interesting updates I want to integrate as best as I can. I will continue my work on the plugin as soon as possible.
Hi,
It would be nice to add a simple
composer.json
file to this repo, to make installation with Composer quite easier.It could look like:
The
"version"
key is optional, and it’s recommended to omit it to let Composer (and Packagist) retrieve the available versions from git tags. Note that Composer will only see those tags which have acomposer.json
file, so if you add a commit with acomposer.json
you will need to add a tag.It could be nice to publish this package on Packagist as well.
Use case
If one wants to install this plugin with Composer today, one needs a verbose definition:
With a
composer.json
in this repo, it gets shorter:And if this package is also published on Packagist, you can just use:
The text was updated successfully, but these errors were encountered: