From 9c02e6c79335ed8e81370637d637aa7fce588d00 Mon Sep 17 00:00:00 2001 From: nati Date: Mon, 1 Jul 2024 12:49:43 +0300 Subject: [PATCH 1/2] Marked package as wrapper --- README.md | 4 ++++ docs/book/v1/overview.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index f7819ae..45b97f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # dot-data-fixtures +> dot-data-fixtures is a wrapper on top of [data-fixtures](https://github.com/doctrine/data-fixtures) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/doctrine/data-fixtures) + ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-data-fixtures) ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-data-fixtures/1.1.3) diff --git a/docs/book/v1/overview.md b/docs/book/v1/overview.md index c90f3c1..26379ea 100644 --- a/docs/book/v1/overview.md +++ b/docs/book/v1/overview.md @@ -1,5 +1,9 @@ # Overview +> dot-data-fixtures is a wrapper on top of [data-fixtures](https://github.com/doctrine/data-fixtures) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/doctrine/data-fixtures) + `dot-data-fixtures` provides a CLI interface for interacting with doctrine/data-fixtures. Executing fixtures will append data to the tables. From fdce968b0067792407e07defae8dc07b488c50b0 Mon Sep 17 00:00:00 2001 From: nati Date: Mon, 1 Jul 2024 12:52:42 +0300 Subject: [PATCH 2/2] Marked package as wrapper --- README.md | 1 + docs/book/v1/overview.md | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 45b97f6..70b5913 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # dot-data-fixtures +> [!IMPORTANT] > dot-data-fixtures is a wrapper on top of [data-fixtures](https://github.com/doctrine/data-fixtures) > > ![OSS Lifecycle](https://img.shields.io/osslifecycle/doctrine/data-fixtures) diff --git a/docs/book/v1/overview.md b/docs/book/v1/overview.md index 26379ea..9073a26 100644 --- a/docs/book/v1/overview.md +++ b/docs/book/v1/overview.md @@ -1,9 +1,10 @@ -# Overview - -> dot-data-fixtures is a wrapper on top of [data-fixtures](https://github.com/doctrine/data-fixtures) -> -> ![OSS Lifecycle](https://img.shields.io/osslifecycle/doctrine/data-fixtures) - -`dot-data-fixtures` provides a CLI interface for interacting with doctrine/data-fixtures. - -Executing fixtures will append data to the tables. +# Overview + +> [!IMPORTANT] +> dot-data-fixtures is a wrapper on top of [data-fixtures](https://github.com/doctrine/data-fixtures) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/doctrine/data-fixtures) + +`dot-data-fixtures` provides a CLI interface for interacting with doctrine/data-fixtures. + +Executing fixtures will append data to the tables.