Skip to content

Commit eee7f85

Browse files
committed
Update composer.json
1 parent 8ca1d89 commit eee7f85

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
@@ -1,6 +1,6 @@
11
{
22
"name": "riverside/php-orm",
3-
"description": "PHP ORM",
3+
"description": "PHP ORM micro-library and query builder",
44
"type": "library",
55
"version": "1.0.0",
66
"keywords": ["php", "orm", "pdo", "mysql", "database"],
@@ -23,7 +23,7 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"PhpOrm": "src/"
26+
"PhpOrm\\": "src/"
2727
}
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)