mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-21 14:13:11 +01:00
OXDEV-473 Module added to packagist
* Installation documentation updated * Vendor changed to oxid-projects
This commit is contained in:
parent
2194b0c735
commit
3821698f12
@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## [2.0.1] - 2017-12-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Module available on packagist
|
||||||
|
|
||||||
## [2.0.0] - 2017-12-05
|
## [2.0.0] - 2017-12-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -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).
|
(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-projects/captcha-module
|
||||||
composer require oxid-esales/captcha-module:dev-master
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Module installation via repository cloning
|
### Module installation via repository cloning
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "oxid-esales/captcha-module",
|
"name": "oxid-projects/captcha-module",
|
||||||
"description": "This is Captcha module for OXID eShop.",
|
"description": "This is Captcha module for OXID eShop.",
|
||||||
"type": "oxideshop-module",
|
"type": "oxideshop-module",
|
||||||
"keywords": ["oxid", "modules", "eShop", "captcha"],
|
"keywords": ["oxid", "modules", "eShop", "captcha"],
|
||||||
|
@ -33,7 +33,7 @@ $aModule = array(
|
|||||||
'en' => 'OXID eSales Simple Captcha Module',
|
'en' => 'OXID eSales Simple Captcha Module',
|
||||||
),
|
),
|
||||||
'thumbnail' => 'out/pictures/picture.png',
|
'thumbnail' => 'out/pictures/picture.png',
|
||||||
'version' => '2.0.0',
|
'version' => '2.0.1',
|
||||||
'author' => 'OXID eSales AG',
|
'author' => 'OXID eSales AG',
|
||||||
'url' => 'http://www.oxid-esales.com/',
|
'url' => 'http://www.oxid-esales.com/',
|
||||||
'email' => '',
|
'email' => '',
|
||||||
|
Loading…
Reference in New Issue
Block a user