-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aliaksei.sanikovich
authored and
aliaksei.sanikovich
committed
May 24, 2022
1 parent
9bfbfc6
commit 21a0842
Showing
21 changed files
with
187 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
composer.lock | ||
vendor/ | ||
phpunit.xml | ||
.phpunit.result.cache | ||
Vagrantfile | ||
puphpet/ | ||
.vagrant/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ sudo: required | |
php: | ||
- 7.1 | ||
- 7.2 | ||
- 8.0 | ||
- nightly | ||
|
||
services: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,22 @@ | |
{ | ||
"name": "Mitrofanov Nikolay", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Sanikovich Aleksey", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.1", | ||
"ext-PDO": "*", | ||
"php": "^7.1 || ^8.0", | ||
"ext-pdo": "*", | ||
"ext-pcre": "*", | ||
"doctrine/dbal": "^2.7", | ||
"smi2/phpClickHouse": "^1.0" | ||
"smi2/phpclickhouse": "^1.0" | ||
}, | ||
"require-dev": { | ||
"doctrine/coding-standard": "^4.0", | ||
"phpunit/phpunit": "^7.0" | ||
"doctrine/coding-standard": "^4.0 || ^9.0", | ||
"phpunit/phpunit": "^7.0 || ^9.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.