Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
7e3e4350
Unverified
Commit
7e3e4350
authored
Jan 30, 2020
by
Sergei Morozov
Committed by
GitHub
Jan 30, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3862 from morozov/composer-platform
Specify the platform configuration in composer.json
parents
54fb5e08
22cc3785
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
composer.json
composer.json
+3
-0
composer.lock
composer.lock
+6
-4
No files found.
composer.json
View file @
7e3e4350
...
...
@@ -48,6 +48,9 @@
},
"bin"
:
[
"bin/doctrine-dbal"
],
"config"
:
{
"platform"
:
{
"php"
:
"7.2.0"
},
"sort-packages"
:
true
},
"autoload"
:
{
...
...
composer.lock
View file @
7e3e4350
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "
120172ae44052999ec9a50b1121414c
c",
"content-hash": "
5917f568d73e1f502700514d88d00b8
c",
"packages": [
{
"name": "doctrine/cache",
...
...
@@ -3129,8 +3129,10 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2",
"ext-pdo": "*"
"php": "^7.2"
},
"platform-dev": []
"platform-dev": [],
"platform-overrides": {
"php": "7.2.0"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment