Skip to content

Commit

Permalink
Change ext-pdo to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jan 6, 2019
1 parent c8130ac commit 8ec4825
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
}
],
"require": {
"php": "^7.1",
"ext-pdo": "*"
"php": "^7.1"
},
"require-dev": {
"ext-pdo": "*",
"contao/core-bundle": "^4.5",
"friendsofphp/php-cs-fixer": "^2.12",
"php-http/guzzle6-adapter": "^1.1",
"phpunit/phpunit": "^7.0"
},
"suggest": {
"ext-pdo": "To use the DatabaseTrait"
},
"autoload": {
"psr-4": {
"Contao\\TestCase\\": "src/"
Expand Down

0 comments on commit 8ec4825

Please sign in to comment.