From 15c11bcc142dfdec23a29535dfb0712f5c7f44ce Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Tue, 11 Mar 2025 13:01:53 -0500 Subject: [PATCH 1/2] docs: update badges in README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a5536a..66a7a20 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # MediaType [![Packagist version][packagist-badge]][packagist-url] [![License][license-badge]][license-url] -[![Build status][build-badge]][build-url] +[![Docs][docs-badge]][docs-url] +[![CI][ci-badge]][ci-url] [![Code coverage][codecov-badge]][codecov-url] [packagist-badge]: https://img.shields.io/packagist/v/neoncitylights/media-type?style=flat-square [packagist-url]: https://packagist.org/packages/neoncitylights/media-type [license-badge]: https://img.shields.io/badge/License-MIT-blue?style=flat-square [license-url]: #license -[build-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/media-type/.github%2Fworkflows%2Fphp.yml?style=flat-square -[build-url]: https://github.com/php-lights/media-type/actions/workflows/php.yml +[docs-badge]: https://img.shields.io/github/deployments/php-lights/media-type/github-pages?label=docs&style=flat-square +[docs-url]: https://php-lights.github.io/media-type/ +[ci-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/media-type/.github%2Fworkflows%2Fphp.yml?style=flat-square +[ci-url]: https://github.com/php-lights/media-type/actions/workflows/php.yml [codecov-badge]: https://img.shields.io/codecov/c/github/php-lights/media-type?style=flat-square [codecov-url]: https://codecov.io/gh/php-lights/media-type From a1beeca899ca4258fb7f73bf0c66c9b6a3fc8ed1 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Tue, 11 Mar 2025 13:05:39 -0500 Subject: [PATCH 2/2] update default-package-name --- phpdoc.dist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 1114216..27fa00b 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -10,7 +10,7 @@ - neoncitylights/media-type + MediaType src