Skip to content

Commit 9f3c43a

Browse files
authored
Merge pull request #1942 from FriendsOfSymfony/XWB-patch-1
Drop deprecated PHP 8.0
2 parents 0518b62 + 3ac55f6 commit 9f3c43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
3232
"require": {
33-
"php": "^7.4 || ^8.0",
33+
"php": "^7.4 || ^8.1",
3434
"pagerfanta/pagerfanta": "^2.4 || ^3.0 || ^4.0",
3535
"psr/log": "^1.0 || ^2.0 || ^3.0",
3636
"ruflin/elastica": "^7.1",
@@ -86,7 +86,7 @@
8686
},
8787
"extra": {
8888
"branch-alias": {
89-
"dev-master": "6.3.x-dev"
89+
"dev-master": "6.4.x-dev"
9090
}
9191
},
9292
"scripts": {

0 commit comments

Comments
 (0)