From 67e799de0555e6427a10c124e907e967a3098d4a Mon Sep 17 00:00:00 2001 From: gggeek Date: Thu, 18 Sep 2014 11:20:07 +0200 Subject: [PATCH] Update config for the latest version (composer-based) of ezextbuilder --- .gitignore | 3 +++ composer.json | 4 +++- doc/changelogs/changelog-0.11.1-to-0.12 | 2 ++ pake/options-ezperformancelogger.yaml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a178fd5..430024b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ build dist pakefile.php pake/options-user.yaml +vendor +composer.lock +composer.phar diff --git a/composer.json b/composer.json index 8c007dd..da65627 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,9 @@ "require": { "ezsystems/ezpublish-legacy-installer": "*" }, - + "require-dev": { + "gggeek/ezextensionbuilder": "*" + }, "suggest": { "monolog/monolog": "can be used to log the measured performance data to many different media", "php-xhprof": "a good profiler for php, designed to be fast enough to be used in production settings" diff --git a/doc/changelogs/changelog-0.11.1-to-0.12 b/doc/changelogs/changelog-0.11.1-to-0.12 index 52c1a84..6bdd7ba 100644 --- a/doc/changelogs/changelog-0.11.1-to-0.12 +++ b/doc/changelogs/changelog-0.11.1-to-0.12 @@ -18,3 +18,5 @@ changelog from version 0.11 to 0.12 - released 2014.9.xx - implement fix for issue EZP-23206 in the tracer version of the publishingqueue processor * Changes + +- Moved build process to the composer-version of ezextensionbuilder diff --git a/pake/options-ezperformancelogger.yaml b/pake/options-ezperformancelogger.yaml index c5977e2..dc737bd 100644 --- a/pake/options-ezperformancelogger.yaml +++ b/pake/options-ezperformancelogger.yaml @@ -3,7 +3,7 @@ extension: version: major: 0 - minor: 11 + minor: 12 release: 0 ezp: