Skip to content

Commit

Permalink
Drop deprecated PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed May 13, 2024
1 parent 0518b62 commit 3ac55f6
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 3ac55f6

Please sign in to comment.