Skip to content

Commit

Permalink
Drop config.platform.php since it is a root-only option and dev-deps …
Browse files Browse the repository at this point in the history
…can be widened
  • Loading branch information
asgrim committed Feb 10, 2021
1 parent 69cf293 commit 1d90c53
Show file tree
Hide file tree
Showing 4 changed files with 1,202 additions and 502 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ composer.phar
.idea
.phpcs-cache
build
.phpunit.result.cache
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"require-dev": {
"composer-plugin-api": "^2.0",
"doctrine/coding-standard": "^6.0",
"monolog/monolog": "^1.25",
"phpunit/phpunit": "^7.5.20",
"psalm/plugin-phpunit": "^0.15.0",
"doctrine/coding-standard": "^8.2",
"monolog/monolog": "^1.26|^2.2.0",
"phpunit/phpunit": "^7.5.20|^8.5.14|^9.5.2",
"psalm/plugin-phpunit": "^0.15.1",
"psr/log": "^1.1",
"roave/doctrine-simplecache": "^2.2",
"vimeo/psalm": "^4.3.1"
"vimeo/psalm": "^4.4.1"
},
"suggest": {
"composer-runtime-api": "Composer v2 is required for seeing version information in metadata",
Expand All @@ -43,9 +43,6 @@
}
},
"config": {
"platform": {
"php": "7.1.3"
},
"preferred-install": "dist",
"sort-packages": true
}
Expand Down
Loading

0 comments on commit 1d90c53

Please sign in to comment.