From 51df4eecdf1ad738ee50542b246d3f3a6e74dee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Tue, 7 Nov 2023 05:51:41 +0100 Subject: [PATCH] Bump dependencies --- README.md | 4 ++-- composer.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cf5f549..b3477812 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Read the Docs](https://img.shields.io/readthedocs/netgens-search-extra-for-ibexa-cms)](https://docs.netgen.io/projects/search-extra) [![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-search-extra.svg)](https://packagist.org/packages/netgen/ibexa-search-extra) [![Latest stable](https://img.shields.io/github/release/netgen/ibexa-search-extra.svg)](https://packagist.org/packages/netgen/ibexa-search-extra) -[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%207.4-%238892BF.svg)](https://secure.php.net/) -[![Ibexa](https://img.shields.io/badge/Ibexa-%E2%89%A5%204.0-orange.svg)](https://ibexa.co/) +[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%208.1-%238892BF.svg)](https://secure.php.net/) +[![Ibexa](https://img.shields.io/badge/Ibexa-%E2%89%A5%204.5-orange.svg)](https://ibexa.co/) ## Features diff --git a/composer.json b/composer.json index e1d3565f..3de3d24c 100644 --- a/composer.json +++ b/composer.json @@ -10,16 +10,16 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": ">=8.1", "ext-json": "*", "ext-dom": "*", - "ibexa/core": "^4.1", + "ibexa/core": "^4.5", "symfony/proxy-manager-bridge": "^5.4" }, "require-dev": { "netgen/ibexa-site-api": "@dev", - "ibexa/solr": "^4.1", - "phpunit/phpunit": "^8.2", + "ibexa/solr": "^4.5", + "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "behat/behat": "^3.6.1", "friends-of-behat/mink-extension": "^2.4"