Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chapdel committed May 29, 2024
1 parent 855d234 commit 8f7ea9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vcian/laravel-db-auditor",
"name": "chapdel/laravel-db-auditor",
"description": "Database DB Auditor provide leverage to audit your MySql database standards and also provide options to add constraints in table.",
"keywords": [
"Laravel",
Expand All @@ -19,8 +19,8 @@
}
],
"require": {
"php": "^8.0",
"doctrine/dbal": "^3.6",
"php": "^8.1",
"doctrine/dbal": "^4.0",
"yajra/laravel-datatables-oracle": "^10.4"
},
"require-dev": {
Expand Down

0 comments on commit 8f7ea9a

Please sign in to comment.