Skip to content

Commit

Permalink
edit composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHkrg committed Jul 12, 2023
1 parent f6f6612 commit b6f2712
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"psr-4": {
"Bot\\Bootstrap\\": "bootstrap",
"Bot\\Core\\": "core",
"Bot\\App\\": "app",
"Bot\\Database\\": "database"
"Bot\\App\\": "app"
}
},
"authors": [
Expand All @@ -23,9 +22,6 @@
"symfony/process": "^6.3",
"bramus/ansi-php": "^3.1",
"ext-curl": "*",
"ext-redis": "*",
"illuminate/database": "^10.15",
"illuminate/events": "^10.15",
"doctrine/dbal": "^3.6"
"ext-redis": "*"
}
}

0 comments on commit b6f2712

Please sign in to comment.