Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 20, 2024
1 parent 493c033 commit e82ce30
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,11 @@ Similarly, any post type can be linked with `` `post_type_name:123` ``, e.g. ``

### Composer

This library is not on Packagist yet.

```
composer config minimum-stability dev
composer config prefer-stable true
composer config allow-plugins.cweagans/composer-patches true
composer require --dev cweagans/composer-patches
composer config extra.enable-patching true
composer config repositories.brianhenryie/bh-wp-logger git https://github.com/brianhenryie/bh-wp-logger
composer config repositories.brianhenryie/bh-wp-private-uploads git https://github.com/brianhenryie/bh-wp-private-uploads
composer require brianhenryie/bh-wp-logger
```

It is using [wptrt/admin-notices](https://github.com/WPTT/admin-notices) which has [a race condition in Firefox](https://github.com/WPTT/admin-notices/issues/14) that need to be patched. And it uses [brianhenryie/bh-wp-private-uploads](https://github.com/BrianHenryIE/bh-wp-private-uploads) to ensure the logs directory is not publicly accessible.

Expect breaking changes with every release until v1.0.0.

### Instantiate

Expand Down Expand Up @@ -257,7 +244,7 @@ Minor concerns:

# Status

To date I think it has been used mostly by me, i.e. internal projects. There are no egrarious issues. It _should_ work for everyone but I would like some feedback from others on how well it works for you.
To date I think it has been used mostly by me, i.e. internal projects. There are no egregious issues. It _should_ work for everyone but I would like some feedback from others on how well it works for you.

I'll start at Semver 1.0.0 once I've caught up with WPCS, PhpStan and PhpUnit. There's about 65 tests and 43% coverage. WPCS + PHPStan are both pretty good.

Expand Down

0 comments on commit e82ce30

Please sign in to comment.