Skip to content

Commit

Permalink
Adding pdo_sqlite to required modules in dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Nov 18, 2014
1 parent 196b87e commit a72343b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"description": "Symfony PushBundle",
"extra": {
"branch-alias": {
"dev-develop": "2.x-dev",
"dev-master": "2.3.x-dev"
"dev-develop": "0.x-dev",
"dev-master": "0.0.x-dev"
}
},
"homepage": "https://github.com/authbucket/push-symfony-bundle",
Expand All @@ -31,7 +31,7 @@
"minimum-stability": "dev",
"name": "authbucket/push-symfony-bundle",
"require": {
"authbucket/oauth2-symfony-bundle": "~2.3",
"authbucket/oauth2-symfony-bundle": "~2.4",
"authbucket/push-php": "~0.0",
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.3",
Expand All @@ -41,6 +41,7 @@
"doctrine/doctrine-bundle": "~1.2",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3",
"ext-pdo_sqlite": "*",
"fabpot/php-cs-fixer": "@stable",
"incenteev/composer-parameter-handler": "~2.0",
"phpunit/phpunit": "@stable",
Expand Down

0 comments on commit a72343b

Please sign in to comment.