From e72df26268908e6ea09011b0a639af5d7a8ef851 Mon Sep 17 00:00:00 2001 From: Ben Sherred Date: Mon, 11 Dec 2023 07:25:27 +0000 Subject: [PATCH] chore: update template files --- .gitattributes | 2 -- README.md | 6 ++++-- art/.gitkeep | 0 tests/ArchTest.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 art/.gitkeep diff --git a/.gitattributes b/.gitattributes index 2732efe..ff826a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,6 @@ /.github export-ignore /art export-ignore /tests export-ignore -/scripts export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore @@ -11,5 +10,4 @@ phpstan.neon.dist export-ignore phpunit.xml.dist export-ignore CONTRIBUTING.md export-ignore CHANGELOG.md export-ignore -CONTRIBUTING.md export-ignore README.md export-ignore diff --git a/README.md b/README.md index c82396a..1fbbdc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +

package_name Logo

+ # package_name [![Latest Version on Packagist](https://img.shields.io/packagist/v/red-explosion/package_slug.svg?style=flat-square)](https://packagist.org/packages/red-explosion/package_slug) @@ -6,7 +8,7 @@ [![Total Downloads](https://img.shields.io/packagist/dt/red-explosion/package_slug.svg?style=flat-square)](https://packagist.org/packages/red-explosion/package_slug) --- -This repo can be used to scaffold a Red Explosion package. Follow these steps to get started: +This repo can be used to create a Red Explosion PHP package. Follow these steps to get started: 1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton. --- @@ -15,7 +17,7 @@ This is where your description should go. Limit it to a paragraph or two. Consid ## Installation -You can install the package via composer: +To get started, install package_name via the Composer package manager: ```bash composer require red-explosion/package_slug diff --git a/art/.gitkeep b/art/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/ArchTest.php b/tests/ArchTest.php index e36f861..e68266b 100644 --- a/tests/ArchTest.php +++ b/tests/ArchTest.php @@ -2,6 +2,6 @@ declare(strict_types=1); -it('will not use debugging functions') - ->expect(['dd', 'ddd', 'dump', 'var_dump', 'ray']) +it(description: 'will not use debugging functions') + ->expect(['dd', 'dump', 'var_dump', 'ray']) ->each->not->toBeUsed();