Skip to content

Commit

Permalink
rename to contao-simpleblog
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed Aug 7, 2023
1 parent c2ff578 commit 6dd0ea7
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,20 +1,20 @@
{
"name": "respinar/contao-simple-blog",
"name": "respinar/contao-simpleblog",
"description": "Contao Simple Blog Bundle",
"keywords": ["contao", "bundle", "blog"],
"type": "contao-bundle",
"license": "MIT",
"authors": [
{
"name": "Hamid Abbaszadeh",
"email": "abbaszadeh.h@gmail.com",
"name": "Hamid Peywasti",
"email": "hamid@respinar.com",
"homepage": "https://respinar.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/respinar/contao-simple-blog/issues",
"source": "https://github.com/respinar/contao-simple-blog"
"issues": "https://github.com/respinar/contao-simpleblog/issues",
"source": "https://github.com/respinar/contao-simpleblog"
},
"require": {
"php": "^8.1",
Expand All @@ -25,7 +25,7 @@
},
"autoload": {
"psr-4": {
"Respinar\\ContaoSimpleBlog\\": "src/"
"Respinar\\SimpleBlogBundle\\": "src/"
}
},
"config": {
Expand All @@ -36,7 +36,7 @@
}
},
"extra": {
"contao-manager-plugin": "Respinar\\ContaoSimpleBlog\\ContaoManager\\Plugin"
"contao-manager-plugin": "Respinar\\SimpleBlogBundle\\ContaoManager\\Plugin"
},
"scripts": {
"cs-fixer": "@php tools/ecs/vendor/bin/ecs check config/ contao/ src/ templates/ tests/ --config tools/ecs/config.php --fix --ansi",
Expand Down

0 comments on commit 6dd0ea7

Please sign in to comment.