Merge branch '3.0.x'
Showing
... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"} | {"name": "Jonathan Wage", "email": "jonwage@gmail.com"} | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.3", | "php": "^7.3 || ^8.0", | ||
"doctrine/cache": "^1.0", | "doctrine/cache": "^1.0", | ||
"doctrine/event-manager": "^1.0", | "doctrine/event-manager": "^1.0", | ||
"ocramius/package-versions": "^1.4" | "ocramius/package-versions": "^1.4" | ||
... | @@ -45,6 +45,7 @@ | ... | @@ -45,6 +45,7 @@ |
"phpstan/phpstan-phpunit": "^0.12", | "phpstan/phpstan-phpunit": "^0.12", | ||
"phpstan/phpstan-strict-rules": "^0.12.2", | "phpstan/phpstan-strict-rules": "^0.12.2", | ||
"phpunit/phpunit": "^9.1.1", | "phpunit/phpunit": "^9.1.1", | ||
"slevomat/coding-standard": "^6.3.6", | |||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", | ||
"vimeo/psalm": "^3.11" | "vimeo/psalm": "^3.11" | ||
}, | }, | ||
... | ... |
This diff is collapsed.
src/Driver/FetchUtils.php
0 → 100644
src/FetchMode.php
deleted
100644 → 0
src/ResultStatement.php
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment