Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xsist10 committed Jul 12, 2024
1 parent 71ec160 commit 96bcd89
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.0",
"doctrine/dbal": "^2.10",
"symfony/console": "^5.0",
"symfony/console": "^6.4",
"monolog/monolog": "^2.1",
"greenlion/php-sql-parser": "dev-master",
"ext-json": "*",
Expand Down Expand Up @@ -41,5 +41,10 @@
},
"bin": [
"bin/cadfael"
]
],
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": false
}
}
}

0 comments on commit 96bcd89

Please sign in to comment.