Skip to content

Commit

Permalink
Added support for PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmishev committed Apr 30, 2021
1 parent 1559972 commit 5fc9106
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "^7.3",
"symfony/http-kernel": "~4.0|~5.0",
"symfony/config": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/yaml": "~4.0|~5.0"
"php": "^7.3 || ^8.0",
"symfony/http-kernel": "~4.0 || ~5.0",
"symfony/config": "~4.0 || ~5.0",
"symfony/dependency-injection": "~4.0 || ~5.0",
"symfony/yaml": "~4.0 || ~5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 5fc9106

Please sign in to comment.