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": [ {