Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-sauer-13 authored Dec 20, 2023
1 parent f8b15c2 commit 89c968c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "symbiote/silverstripe-memberprofiles",
"name": "moritz-sauer-13/silverstripe-memberprofiles",
"description": "Member registration and profile management",
"type": "silverstripe-vendormodule",
"keywords": [
Expand All @@ -11,17 +11,16 @@
"license": "BSD-3-Clause",
"authors": [
{
"name": "Symbiote",
"homepage": "https://www.symbiote.com.au/"
"name": "Moritz Sauer",
"homepage": "https://www.tietge.com/"
}
],
"require": {
"php": ">=7.0.0",
"silverstripe/cms": "^4.0"
"php": ">=8.1",
"silverstripe/cms": "^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
"phpunit/phpunit": "^5.7"
"squizlabs/php_codesniffer": "^3.0"
},
"scripts": {
"phpcbf": "phpcbf -n src/Email/ src/Extensions/ src/Forms/ src/Model/ src/Pages/ tests/"
Expand Down

0 comments on commit 89c968c

Please sign in to comment.