Skip to content

Commit

Permalink
Update to SS4 vendor module and re-locate code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewis-everley committed Feb 22, 2018
1 parent 553b9e9 commit 44603d6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "i-lateral/silverstripe-users",
"description": "Silverstripe framework user account management and registration module",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/i-lateral/silverstripe-users",
"keywords": ["silverstripe", "users", "account", "registration"],
"keywords": [
"silverstripe",
"users",
"account",
"registration"
],
"license": "BSD-3-Clause",
"authors": [
{
Expand All @@ -15,9 +20,11 @@
"issues": "http://github.com/i-lateral/silverstripe-users/issues"
},
"require": {
"silverstripe/framework": ">=3.1"
"silverstripe/framework": "~4.0"
},
"extra": {
"installer-name": "users"
"autoload": {
"psr-4": {
"ilateral\\SilverStripe\\Users\\": "src/"
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 44603d6

Please sign in to comment.