Merge pull request #746 from tvdijen/patch-sqlite
Replace deprecated Sqlite-calls with PDO-calls
No related branches found
No related tags found
Showing
- composer.json 0 additions, 1 deletioncomposer.json
- modules/core/lib/Storage/SQLPermanentStorage.php 204 additions, 193 deletionsmodules/core/lib/Storage/SQLPermanentStorage.php
- tests/modules/core/lib/Storage/SQLPermanentStorageTest.php 84 additions, 0 deletionstests/modules/core/lib/Storage/SQLPermanentStorageTest.php
... | ... | @@ -44,7 +44,6 @@ |
"jaimeperez/twig-configurable-i18n": "^1.2" | ||
}, | ||
"require-dev": { | ||
"ext-pdo_sqlite": "*", | ||
"phpunit/phpunit": "~4.8.35", | ||
"mikey179/vfsStream": "~1.6", | ||
"friendsofphp/php-cs-fixer": "^2.2" | ||
... | ... |
Please register or sign in to comment