Skip to content

Commit 3ac55f6

Browse files
authored
Drop deprecated PHP 8.0
1 parent 0518b62 commit 3ac55f6

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)