Skip to content

Commit c7dd184

Browse files
Renames namespace to sql2migration
Updates the namespace in composer.json to correctly reflect the project's naming convention, ensuring proper autoloading and usage of the library.
1 parent 1944b3b commit c7dd184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"ext-ci4mssql2migration\\": "src/"
27+
"sql2migration\\": "src/"
2828
}
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)