Skip to content

Commit 4155568

Browse files
authored
chore: prepare base release (#3)
1 parent 2aa58c8 commit 4155568

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
/tests export-ignore
66
.gitattributes export-ignore
77
.gitignore export-ignore
8-
.phpcs-cache export-ignore
8+
.phpcs.cache export-ignore
9+
.phpunit.result.cache export-ignore
910
compose.yml export-ignore
1011
Dockerfile export-ignore
1112
Makefile export-ignore
12-
phpcs.xml.dist export-ignore
13-
phpstan.neon.dist export-ignore
14-
phpunit.xml.dist export-ignore
13+
phpcs.xml export-ignore
14+
phpstan.neon export-ignore
15+
phpunit.xml export-ignore

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edumarques/dynamophp",
3-
"description": "DynamoPHP is a lightweight, type-safe ODM for AWS DynamoDB, built specifically for PHP.",
3+
"description": "DynamoPHP is a lightweight, strongly-typed Object Data Mapper designed to simplify development with Amazon DynamoDB.",
44
"license": "MIT",
55
"authors": [
66
{

0 commit comments

Comments
 (0)