Skip to content

Commit

Permalink
Update name of module
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Oct 20, 2024
1 parent bed8e1e commit b3e855e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MySQL 8 introduced support for native JSON fields. This module adds support for
## Installation

```
composer require maxime-rainville/silverstripe-db-json
composer require archipro/silverstripe-db-json
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "maxime-rainville/silverstripe-db-json",
"name": "archipro/silverstripe-db-json",
"description": "A Silverstripe CMS module to enable the creation of MySQL 8 JSON column on DataObjects",
"type": "silverstripe-vendormodule",
"keywords": [
Expand Down

0 comments on commit b3e855e

Please sign in to comment.