Updated dependencies

This commit is contained in:
Jérémy J
2025-01-31 15:29:55 +01:00
parent c5ea78f37c
commit 137f9a46b5
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ Ibexa Dataflow bundle is intended to manage content imports from external data s
| Ibexa Dataflow Version | Ibexa Content Version | Status |
|------------------------|-----------------------|-------------------------------|
| 1.x | 4.x | :white_check_mark: Maintained |
| 5.x | 4.x | :white_check_mark: Maintained |
## User Interface (UI)

View File

@@ -3,7 +3,7 @@ This requires some changes in your application files.
## Updating source files
A script is provided to do all the replacing in your project files for you. Pass as arguments all directories where
A script is provided to do all the replacements in your project files for you. Pass as arguments all directories where
replacing is needed.
```shell

View File

@@ -44,11 +44,11 @@
}
},
"require": {
"php": "^7.4||^8.0",
"php": "^8.1",
"code-rhapsodie/dataflow-bundle": "^3.0||^4.0",
"http-interop/http-factory-guzzle": "^1.2",
"ibexa/admin-ui": "^4.0",
"ibexa/core": "^4.0"
"ibexa/admin-ui": "^4.6",
"ibexa/core": "^4.6"
},
"require-dev": {
"doctrine/dbal": "^2.0|^3.0",