Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 0467e87

Browse files
author
maxence d'Espeuilles
committed
add composer.json
1 parent ff3907f commit 0467e87

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name" : "mdespeuilles/drupalpasswordencoderbundle",
3+
"description" : "Drupal 7 and 8 password encoder Bundle",
4+
"type" : "symfony-bundle",
5+
"authors" : [{
6+
"name" : "Maxence d'Espeuilles",
7+
"email" : "mdespeuilles@openaccess.fr"
8+
}],
9+
"keywords" : [
10+
"drupal password security bundle"
11+
],
12+
"license" : [
13+
"MIT"
14+
],
15+
"require" : {
16+
"php": ">=5.3.9"
17+
},
18+
"autoload" : {
19+
"psr-4" : {
20+
"Mdespeuilles\\DrupalPasswordEncoderBundle\\" : ""
21+
}
22+
},
23+
"extra" : {
24+
"branch-alias" : {
25+
"dev-master" : "1.0.0-dev"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)