Skip to content

Commit

Permalink
Merge pull request #1942 from FriendsOfSymfony/XWB-patch-1
Browse files Browse the repository at this point in the history
Drop deprecated PHP 8.0
  • Loading branch information
XWB authored May 13, 2024
2 parents 0518b62 + 3ac55f6 commit 9f3c43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4 || ^8.1",
"pagerfanta/pagerfanta": "^2.4 || ^3.0 || ^4.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ruflin/elastica": "^7.1",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.3.x-dev"
"dev-master": "6.4.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 9f3c43a

Please sign in to comment.