Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Update config for the latest version (composer-based) of ezextbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 18, 2014
1 parent f970a50 commit 67e799d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,6 @@ build
dist
pakefile.php
pake/options-user.yaml
vendor
composer.lock
composer.phar
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions doc/changelogs/changelog-0.11.1-to-0.12
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pake/options-ezperformancelogger.yaml
Expand Up @@ -3,7 +3,7 @@ extension:

version:
major: 0
minor: 11
minor: 12
release: 0

ezp:
Expand Down

0 comments on commit 67e799d

Please sign in to comment.