mirror of
https://github.com/code-rhapsodie/ibexa-dataflow-bundle.git
synced 2026-03-23 22:22:08 +01:00
Updated dependencies
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user