Skip to content

Commit

Permalink
#0.8.1 composer.json
Browse files Browse the repository at this point in the history
to install module by composer
  • Loading branch information
keywan-ghadami-oxid committed Oct 25, 2019
1 parent 5ec05e1 commit 92f5dfb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 0.8.1
- added composer.json
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "oxid-professional-services/password-policy",
"description": "OXID module for additional password validation, strength visualization and expiry rules.",
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop", "password", "password-strength", "password-policy"],
"license": "GPL-3.0",
"require": {
"oxid-esales/oxideshop-ce": "^v6.0.0"
},
"extra": {
"oxideshop": {
"target-directory": "oxps/passwordpolicy"
}
},
"autoload": {
"psr-4": {
"OxidProfessionalServices\\PasswordPolicy\\": "../../../source/modules/oxps/passwordpolicy"
}
}
}
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'en' => 'Password validation, strength visualization and expiry rules',
),
"thumbnail" => "out/pictures/picture.png",
"version" => "0.8.0",
"version" => "0.8.1",
"author" => "OXID Professional Services",
"url" => "http://www.oxid-sales.com",
"email" => "[email protected]",
Expand Down

0 comments on commit 92f5dfb

Please sign in to comment.