Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
max107 committed Dec 3, 2020
1 parent 0ccd581 commit a769471
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": "^7.3",
"php": ">=7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
Expand All @@ -49,15 +49,15 @@
"react/promise-timer": "^1.5",
"react/socket": "^1.2",
"react/stream": "^1.1",
"symfony/console": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/yaml": "^4.4"
"symfony/console": "^4|^5",
"symfony/event-dispatcher": "^4|^5",
"symfony/framework-bundle": "^4|^5",
"symfony/yaml": "^4|^5"
},
"require-dev": {
"phpstan/phpstan": "^0.11.2",
"phpstan/phpstan-symfony": "^0.11.1",
"symfony/phpunit-bridge": "^4.4",
"symfony/phpunit-bridge": "^4|^5",
"symplify/easy-coding-standard": "^5.4",
"phpunit/phpunit": "^8.0"
},
Expand Down

0 comments on commit a769471

Please sign in to comment.