Skip to content

Commit

Permalink
Merge f52eda8 into e030609
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 18, 2020
2 parents e030609 + f52eda8 commit aac5d08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -16,21 +16,21 @@
}
],
"require": {
"php": ">=7.1.0",
"php": ">=7.1",
"ext-simplexml": "*",
"amphp/parallel": "~1.4",
"composer/composer": "1.10.6",
"composer/composer": "~1.10",
"phpdocumentor/type-resolver": "~1.0 || ~1.1",
"phpdocumentor/reflection-docblock": "~4.3 || ~5.1",
"phpdocumentor/reflection-common": "~2.1",
"voku/simple-cache": "~4.0",
"nikic/php-parser": "~4.4",
"ondrejmirtes/better-reflection": "~4.3",
"vimeo/psalm": "~3.11",
"symfony/console": "~3.4 || ~4.1 || ~5.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0"
"phpunit/phpunit": "~6.0 || ~7.0",
"vimeo/psalm": "~3.11"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit aac5d08

Please sign in to comment.