Skip to content

Commit c49e497

Browse files
committed
Bump Ibexa
1 parent 0c42273 commit c49e497

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Read the Docs](https://img.shields.io/readthedocs/netgens-site-api-for-ibexa-cms)](https://docs.netgen.io/projects/site-api)
55
[![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-site-api.svg)](https://packagist.org/packages/netgen/ibexa-site-api)
66
[![Latest stable](https://img.shields.io/packagist/v/netgen/ibexa-site-api.svg)](https://packagist.org/packages/netgen/ibexa-site-api)
7-
[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%207.4-%238892BF.svg)](https://www.php.net)
8-
[![Ibexa](https://img.shields.io/badge/Ibexa-%E2%89%A5%204.0-orange.svg)](https://www.ibexa.co)
7+
[![PHP](https://img.shields.io/badge/PHP-8.1+-%238892BF.svg)](https://www.php.net)
8+
[![Ibexa](https://img.shields.io/badge/Ibexa-4.4+-orange.svg)](https://www.ibexa.co)
99

1010
**Netgen's Site API** is a productivity layer built for Ibexa CMS developers, designed to
1111
remove the need for boilerplate code and make the development of Ibexa CMS sites more accessible

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": ">=8.1",
1414
"ext-dom": "*",
15-
"ibexa/core": "^4.3",
16-
"ibexa/http-cache": "^4.3",
17-
"ibexa/fieldtype-richtext": "^4.3",
15+
"ibexa/core": "^4.4",
16+
"ibexa/http-cache": "^4.4",
17+
"ibexa/fieldtype-richtext": "^4.4",
1818
"netgen/ibexa-search-extra": "^3.0",
1919
"sensio/framework-extra-bundle": "^6.1.0"
2020
},

0 commit comments

Comments
 (0)