Skip to content

Commit

Permalink
Disable proxy and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo committed Dec 18, 2023
1 parent 16d0e1f commit 1536b6b
Show file tree
Hide file tree
Showing 4 changed files with 2,282 additions and 3,872 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"excelwebzone/recaptcha-bundle": "^1.5",
"knplabs/github-api": "^3.8",
"knpuniversity/oauth2-client-bundle": "^2.10",
"league/commonmark": "^2.3",
"league/commonmark": "^2.4",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-bundle": "^1.6",
"league/flysystem-cached-adapter": "^1.1",
Expand Down Expand Up @@ -119,7 +119,8 @@
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true,
"symfony/flex": true
"symfony/flex": true,
"php-http/discovery": true
},
"audit": {
"abandoned": "report"
Expand All @@ -141,15 +142,6 @@
"Buddy\\Repman\\Tests\\": "tests/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.repman.io"
},
{
"packagist": false
}
],
"scripts": {
"post-install-cmd": [
"bin/console assets:install --symlink"
Expand Down
Loading

0 comments on commit 1536b6b

Please sign in to comment.