Skip to content

Commit

Permalink
change composer name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 15, 2023
1 parent 8ac149c commit 6cab496
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrayaccess/traydigita-core-module",
"description": "Core module for tray digita",
"name": "arrayaccess/traydigita-media-module",
"description": "Media module for tray digita",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -23,15 +23,15 @@
"squizlabs/php_codesniffer": "3.7.2",
"slevomat/coding-standard": "^8.13"
},
"scripts": {
"post-create-project-cmd": [
"ArrayAccess\\TrayDigita\\ComposerCreateProject::composerDoCreateProject"
]
"autoload": {
"psr-4": {
"ArrayAccess\\TrayDigita\\App\\Modules\\Media\\" : "./"
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
}

0 comments on commit 6cab496

Please sign in to comment.