Skip to content

Commit

Permalink
Merge pull request #34 from gillesbourgeat/bump-version-2-3-0
Browse files Browse the repository at this point in the history
Bump version 2.3.0
  • Loading branch information
gillesbourgeat committed Apr 22, 2016
2 parents 63866c3 + 7c7e6ad commit e0176a9
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 94 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A repository containing all thelia modules is available at this address : https:
Requirements
------------

* PHP 5.4
* PHP 5.5
* Required extensions :
* PDO_Mysql
* mcrypt
Expand Down Expand Up @@ -87,7 +87,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.3.0 (or 2.2.2)
```

## Install it
Expand Down
62 changes: 31 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
}
],
"require": {
"thelia/core": "2.3.0-beta2",
"thelia/frontoffice-default-template": "2.3.0-beta2",
"thelia/backoffice-default-template": "2.3.0-beta2",
"thelia/email-default-template": "2.3.0-beta2",
"thelia/pdf-default-template": "2.3.0-beta2",
"thelia/setup": "2.3.0-beta2",
"thelia/config": "2.3.0-beta2",
"thelia/smarty-module": "2.3.0-beta2",
"thelia/front-module": "2.3.0-beta2",
"thelia/virtual-product-control-module": "2.3.0-beta2",
"thelia/virtual-product-delivery-module": "2.3.0-beta2",
"thelia/tinymce-module": "2.3.0-beta2",
"thelia/colissimo-module": "2.3.0-beta2",
"thelia/cheque-module": "2.3.0-beta2",
"thelia/hook-lang-module": "2.3.0-beta2",
"thelia/hook-search-module": "2.3.0-beta2",
"thelia/hook-currency-module": "2.3.0-beta2",
"thelia/hook-products-new-module": "2.3.0-beta2",
"thelia/hook-analytics-module": "2.3.0-beta2",
"thelia/hook-links-module": "2.3.0-beta2",
"thelia/hook-social-module": "2.3.0-beta2",
"thelia/hook-cart-module": "2.3.0-beta2",
"thelia/hook-navigation-module": "2.3.0-beta2",
"thelia/hook-contact-module": "2.3.0-beta2",
"thelia/hook-customer-module": "2.3.0-beta2",
"thelia/hook-products-offer-module": "2.3.0-beta2",
"thelia/hook-newsletter-module": "2.3.0-beta2",
"thelia/carousel-module": "2.3.0-beta2",
"thelia/free-order-module": "2.3.0-beta2",
"thelia/thelia-migrate-country-module": "2.3.0-beta2",
"thelia/hook-admin-home-module": "2.3.0-beta2"
"thelia/core": "2.3.0",
"thelia/frontoffice-default-template": "2.3.0",
"thelia/backoffice-default-template": "2.3.0",
"thelia/email-default-template": "2.3.0",
"thelia/pdf-default-template": "2.3.0",
"thelia/setup": "2.3.0",
"thelia/config": "2.3.0",
"thelia/smarty-module": "2.3.0",
"thelia/front-module": "2.3.0",
"thelia/virtual-product-control-module": "2.3.0",
"thelia/virtual-product-delivery-module": "2.3.0",
"thelia/tinymce-module": "2.3.0",
"thelia/colissimo-module": "2.3.0",
"thelia/cheque-module": "2.3.0",
"thelia/hook-lang-module": "2.3.0",
"thelia/hook-search-module": "2.3.0",
"thelia/hook-currency-module": "2.3.0",
"thelia/hook-products-new-module": "2.3.0",
"thelia/hook-analytics-module": "2.3.0",
"thelia/hook-links-module": "2.3.0",
"thelia/hook-social-module": "2.3.0",
"thelia/hook-cart-module": "2.3.0",
"thelia/hook-navigation-module": "2.3.0",
"thelia/hook-contact-module": "2.3.0",
"thelia/hook-customer-module": "2.3.0",
"thelia/hook-products-offer-module": "2.3.0",
"thelia/hook-newsletter-module": "2.3.0",
"thelia/carousel-module": "2.3.0",
"thelia/free-order-module": "2.3.0",
"thelia/thelia-migrate-country-module": "2.3.0",
"thelia/hook-admin-home-module": "2.3.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit e0176a9

Please sign in to comment.