Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down