OXDEV-473 Module added to packagist

* Installation documentation updated
* Vendor changed to oxid-projects
This commit is contained in:
Anton Fedurtsya 2017-12-05 15:29:47 +02:00
parent 2194b0c735
commit 3821698f12
4 changed files with 8 additions and 4 deletions

View File

@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Security
## [2.0.1] - 2017-12-07
### Added
- Module available on packagist
## [2.0.0] - 2017-12-05
### Changed

View File

@ -25,8 +25,7 @@ In order to install the module via composer, run the following commands in comma
(where the shop's composer.json file resides).
```
composer config repositories.oxid-esales/captcha-module vcs https://github.com/OXIDprojects/captcha-module
composer require oxid-esales/captcha-module:dev-master
composer require oxid-projects/captcha-module
```
### Module installation via repository cloning

View File

@ -1,5 +1,5 @@
{
"name": "oxid-esales/captcha-module",
"name": "oxid-projects/captcha-module",
"description": "This is Captcha module for OXID eShop.",
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop", "captcha"],

View File

@ -33,7 +33,7 @@ $aModule = array(
'en' => 'OXID eSales Simple Captcha Module',
),
'thumbnail' => 'out/pictures/picture.png',
'version' => '2.0.0',
'version' => '2.0.1',
'author' => 'OXID eSales AG',
'url' => 'http://www.oxid-esales.com/',
'email' => '',