We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76f6aa commit ad4b1a0Copy full SHA for ad4b1a0
composer.json
@@ -10,10 +10,10 @@
10
"source": "https://github.com/catfan/Medoo"
11
},
12
"authors": [
13
- {"name": "Angel Lai", "email": "angel@catfan.me"}
+ {"name": "Angel Lai", "email": "angel@medoo.in"}
14
],
15
"require": {
16
- "php": ">=5.4",
+ "php": ">=7.3",
17
"ext-pdo": "*"
18
19
"require-dev": {
@@ -24,7 +24,6 @@
24
"ext-pdo_sqlsrv": "For MSSQL database on both Window/Liunx platform",
25
"ext-pdo_dblib": "For MSSQL or Sybase database on Linux/UNIX platform",
26
"ext-pdo_oci": "For Oracle database",
27
- "ext-pdo_oci8": "For Oracle version 8 database",
28
"ext-pdo_pqsql": "For PostgreSQL database",
29
"ext-pdo_sqlite": "For SQLite database"
30
@@ -39,6 +38,6 @@
39
38
}
40
41
"scripts": {
42
- "test": "phpunit"
+ "test": "vendor/bin/phpunit tests"
43
44
0 commit comments