From afc362afb1e65625029741d590f83c4aff8fd0b0 Mon Sep 17 00:00:00 2001 From: Eduardo Marques Date: Tue, 6 May 2025 03:18:17 +0200 Subject: [PATCH] chore: prepare base release --- .gitattributes | 9 +++++---- composer.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 65e28b6..f719820 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,10 +5,11 @@ /tests export-ignore .gitattributes export-ignore .gitignore export-ignore -.phpcs-cache export-ignore +.phpcs.cache export-ignore +.phpunit.result.cache export-ignore compose.yml export-ignore Dockerfile export-ignore Makefile export-ignore -phpcs.xml.dist export-ignore -phpstan.neon.dist export-ignore -phpunit.xml.dist export-ignore +phpcs.xml export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore diff --git a/composer.json b/composer.json index 4d8c22e..468f57e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "edumarques/dynamophp", - "description": "DynamoPHP is a lightweight, type-safe ODM for AWS DynamoDB, built specifically for PHP.", + "description": "DynamoPHP is a lightweight, strongly-typed Object Data Mapper designed to simplify development with Amazon DynamoDB.", "license": "MIT", "authors": [ {