Skip to content

Commit 756b5ab

Browse files
committed
minor #32 Updated Composer requirements (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #32). Discussion ---------- Updated Composer requirements First of all, **we can't merge this pull request**. I've just opened to get your feedback and comments about it. In my computer, the demo application works perfectly and I see no errors or warnings. However, if I set a PHP extension constraint in PHP, I get the following Composer errors: ### ext-pdo-sqlite ![ext-pdo-sqlite](https://cloud.githubusercontent.com/assets/73419/7061612/b4386c0c-de94-11e4-9771-e566e3b3b64f.png) ### ext-sqlite ![ext-sqlite](https://cloud.githubusercontent.com/assets/73419/7061614/b525af1c-de94-11e4-8d05-828765f3b063.png) Commits ------- a587d94 Updated Composer requirements
2 parents 9853a8c + a587d94 commit 756b5ab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"require": {
1010
"php" : ">=5.3.3",
11+
"ext-pdo_sqlite" : "*",
1112
"doctrine/doctrine-bundle" : "~1.2",
1213
"doctrine/doctrine-fixtures-bundle" : "~2.2",
1314
"doctrine/orm" : "~2.2,>=2.2.3",

composer.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)