Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHP version configuration in composer.json | ArthurHoaro | 2017-08-05 | 1 | -94/+114 |
| | | | | | Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1. | ||||
* | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -40/+40 |
| | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | Include composer.lock in git files | ArthurHoaro | 2017-03-21 | 1 | -0/+2424 |