Skip to content

Commit

Permalink
Merge pull request #37 from gillesbourgeat/bump-version-2.2.3
Browse files Browse the repository at this point in the history
Bump version 2.2.3
  • Loading branch information
gillesbourgeat committed May 18, 2016
2 parents f0bf7b7 + f6b15d0 commit 0e60e85
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 187 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For tar.gz archives, you need tar's dependencies and the extension "zlib". See [

``` bash
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project thelia/thelia-project path/ 2.2.2 (or 2.1.8)
$ php composer.phar create-project thelia/thelia-project path/ 2.2.3 (or 2.3.1)
```

## Install it
Expand Down
65 changes: 35 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,42 @@
"name": "thelia/thelia-project",
"description": "Thelia is an ecommerce CMS.",
"license": "LGPL-3.0+",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/thelia/Propel2"
}
],
"require": {
"propel/propel": "dev-master#793aea6b762d9a72b083bfc49c74c574f67650c8",
"thelia/core": "2.2.2",
"thelia/frontoffice-default-template": "2.2.2",
"thelia/backoffice-default-template": "2.2.2",
"thelia/email-default-template": "2.2.2",
"thelia/pdf-default-template": "2.2.2",
"thelia/setup": "2.2.2",
"thelia/config": "2.2.2",
"thelia/smarty-module": "2.2.2",
"thelia/front-module": "2.2.2",
"thelia/virtual-product-control-module": "2.2.2",
"thelia/virtual-product-delivery-module": "2.2.2",
"thelia/tinymce-module": "2.2.2",
"thelia/colissimo-module": "2.2.2",
"thelia/cheque-module": "2.2.2",
"thelia/hook-lang-module": "2.2.2",
"thelia/hook-search-module": "2.2.2",
"thelia/hook-currency-module": "2.2.2",
"thelia/hook-products-new-module": "2.2.2",
"thelia/hook-analytics-module": "2.2.2",
"thelia/hook-links-module": "2.2.2",
"thelia/hook-social-module": "2.2.2",
"thelia/hook-cart-module": "2.2.2",
"thelia/hook-navigation-module": "2.2.2",
"thelia/hook-contact-module": "2.2.2",
"thelia/hook-customer-module": "2.2.2",
"thelia/hook-products-offer-module": "2.2.2",
"thelia/hook-newsletter-module": "2.2.2",
"thelia/carousel-module": "2.2.2",
"thelia/free-order-module": "2.2.2"
"thelia/core": "2.2.3",
"thelia/frontoffice-default-template": "2.2.3",
"thelia/backoffice-default-template": "2.2.3",
"thelia/email-default-template": "2.2.3",
"thelia/pdf-default-template": "2.2.3",
"thelia/setup": "2.2.3",
"thelia/config": "2.2.3",
"thelia/smarty-module": "2.2.3",
"thelia/front-module": "2.2.3",
"thelia/virtual-product-control-module": "2.2.3",
"thelia/virtual-product-delivery-module": "2.2.3",
"thelia/tinymce-module": "2.2.3",
"thelia/colissimo-module": "2.2.3",
"thelia/cheque-module": "2.2.3",
"thelia/hook-lang-module": "2.2.3",
"thelia/hook-search-module": "2.2.3",
"thelia/hook-currency-module": "2.2.3",
"thelia/hook-products-new-module": "2.2.3",
"thelia/hook-analytics-module": "2.2.3",
"thelia/hook-links-module": "2.2.3",
"thelia/hook-social-module": "2.2.3",
"thelia/hook-cart-module": "2.2.3",
"thelia/hook-navigation-module": "2.2.3",
"thelia/hook-contact-module": "2.2.3",
"thelia/hook-customer-module": "2.2.3",
"thelia/hook-products-offer-module": "2.2.3",
"thelia/hook-newsletter-module": "2.2.3",
"thelia/carousel-module": "2.2.3",
"thelia/free-order-module": "2.2.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 0e60e85

Please sign in to comment.