Skip to content

Commit

Permalink
Resolves issue izniburak#70
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Jan 30, 2020
1 parent a9c38c1 commit 0cd7955
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: php
php:
- "7.0"
- "5.6"
- "5.5"
- "5.4"
language: php
dist: trusty
php:
- "7.4"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
- "5.5"
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
"ext-pdo": "*",
"ext-json": "*"
},
"suggest": {
"ext-pdo_cubrid": "Supports for CUBRID",
"ext-pdo_dblib": "Supports for Microsoft SQL Server and Sybase",
"ext-pdo_firebird": "Supports for Firebird",
"ext-pdo_ibm": "Supports for IBM",
"ext-pdo_informix": "Supports for Informix",
"ext-pdo_mysql": "Supports for MySQL",
"ext-pdo_sqlsrv": "Supports for Microsoft SQL Server",
"ext-pdo_ocl": "Supports for Oracle",
"ext-pdo_odbc": "Supports for ODBC and DB2 ",
"ext-pdo_pgsql": "Supports for PostgreSQL",
"ext-pdo_sqlite": "Supports for SQLite",
"ext-pdo_4d": "Supports for 4D"
},
"autoload": {
"psr-4": {
"Buki\\": "src"
Expand Down

0 comments on commit 0cd7955

Please sign in to comment.