Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 7, 2023
1 parent 2c9fb9d commit 51df4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51df4ee

Please sign in to comment.