We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1260a05 commit cbf4d02Copy full SHA for cbf4d02
composer.json
@@ -11,11 +11,12 @@
11
],
12
"autoload": {
13
"psr-4": {
14
- "Database\\": "./"
+ "Database\\": "src/"
15
}
16
},
17
"require": {
18
"php": ">=7.4.0",
19
- "vlucas/phpdotenv": "^5.3"
+ "vlucas/phpdotenv": "^5.3",
20
+ "ext-pdo": "*"
21
22
core/Database.php renamed to src/Database.php
@@ -1,5 +1,5 @@
1
<?php
2
-namespace Database\Core;
+namespace Database;
3
4
use PDO;
5
0 commit comments