Skip to content

Commit 8f2b134

Browse files
Update composer.json
1 parent 8f7d75b commit 8f2b134

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)