Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 756b5ab

Browse filesBrowse files
committed
minor symfony#32 Updated Composer requirements (javiereguiluz)
This PR was squashed before being merged into the master branch (closes symfony#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
Copy full SHA for 756b5ab

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1Lines 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

Copy file name to clipboardExpand all lines: composer.lock
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.