Skip to content

Commit

Permalink
Merge pull request #981 from arturLitvinavicius/master
Browse files Browse the repository at this point in the history
php 8 support
  • Loading branch information
einorler authored May 30, 2022
2 parents 87a77bd + a230551 commit 932577b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0|^6.0",
"symfony/cache": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.7",
"doctrine/inflector": "^1.3",
"doctrine/collections": "^1.5",
"monolog/monolog": "^1.24",
"elasticsearch/elasticsearch": "^7.0",
"elasticsearch/elasticsearch": "^7.0|^8.0",
"ongr/elasticsearch-dsl": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 932577b

Please sign in to comment.