Skip to content

Commit

Permalink
chore(deps): Added platform configuration to composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed Jul 28, 2019
1 parent 93cf2ad commit d3f5860
Show file tree
Hide file tree
Showing 14 changed files with 100 additions and 62 deletions.
3 changes: 3 additions & 0 deletions tools/infection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
30 changes: 16 additions & 14 deletions tools/infection/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/php-coveralls/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
7 changes: 5 additions & 2 deletions tools/php-coveralls/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/phpinsights/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
30 changes: 16 additions & 14 deletions tools/phpinsights/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/phpmetrics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
7 changes: 5 additions & 2 deletions tools/phpmetrics/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
30 changes: 16 additions & 14 deletions tools/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"theseer/fdomdocument": "1.6.6"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
7 changes: 5 additions & 2 deletions tools/phpunit/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/psalm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"vimeo/psalm": "3.4.10"
},
"config": {
"platform": {
"php": "7.2.0"
},
"preferred-install": {
"*": "dist"
},
Expand Down
Loading

0 comments on commit d3f5860

Please sign in to comment.