Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Nov 14, 2022
1 parent 85d2ab2 commit 700fea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -7,7 +7,6 @@
/composer_*.json
/composer_*.lock
/phpunit.xml
/teststack
/vendor
/vendor_*
/Tests/dsl/good/references/test_refs_generated.yml
8 changes: 4 additions & 4 deletions README.md
@@ -1,20 +1,20 @@
Kaliop eZ-Migration Bundle
==========================

This bundle makes it easy to programmatically deploy changes to eZPlatform / eZPublish 5 database structure and contents.
This bundle makes it easy to programmatically deploy changes to eZPlatform 1 and 2 / eZPublish 5 database structure and contents.

It is inspired by the [DoctrineMigrationsBundle](http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html)
It is inspired by the [DoctrineMigrationsBundle](https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html)

You can think of it as the grandson of the legacy [ezxmlinstaller](https://github.com/ezsystems/ezxmlinstaller) extension.


## Requirements

* PHP 5.6 or later.

* eZPlatform 1, eZPlatform 2 or eZPublish Enterprise 5.4 or eZPublish Community 2014.11 or later.

NB: for eZPlatform 3 and later, head on to https://github.com/tanoconsulting/ezmigrationbundle2
NB: for eZPlatform 3 (aka Ibexa DXP), head on to https://github.com/tanoconsulting/ezmigrationbundle2. For Ibexa DXP 4,
go to https://github.com/tanoconsulting/ibexa-migration-bundle.


## Installation
Expand Down

0 comments on commit 700fea1

Please sign in to comment.