Skip to content

Commit 914a13c

Browse files
Merge pull request #30 from jason-napolitano/master
Update composer.json
2 parents a9f5117 + 8f2b134 commit 914a13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"keywords": ["database", "factory", "library", "php", "pdo", "orm", "mysql", "mssql", "sqlsrv", "dblib"],
55
"type": "library",
66
"license": "MIT",
7+
"version": "0.0.1",
78
"require": {
89
"ext-pdo": "*",
910
"php": "^8.1"
@@ -25,8 +26,7 @@
2526
"autoload": {
2627
"psr-4": {
2728
"DatabaseFactory\\": "src",
28-
"Tests\\": "tests",
29-
"App\\": "app"
29+
"Tests\\": "tests"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)