Skip to content

Commit

Permalink
Ran composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaene committed Oct 12, 2023
1 parent c5b28b1 commit 171cb79
Show file tree
Hide file tree
Showing 2 changed files with 948 additions and 907 deletions.
32 changes: 13 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"require": {
"laminas/laminas-authentication": "^2.6",
"laminas/laminas-cache": "^2.8",
"laminas/laminas-dependency-plugin": "^2.0",
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-file": "^2.8",
"laminas/laminas-filter": "^2.8",
"laminas/laminas-form": "^2.12",
"laminas/laminas-form": "^2.15",
"laminas/laminas-http": "^2.8",
"laminas/laminas-i18n": "^2.9",
"laminas/laminas-i18n-resources": "^2.6",
Expand Down Expand Up @@ -39,36 +38,31 @@
"colinmollenhour/credis": "^1.10",
"dragonmantank/cron-expression": "^3.1",
"erusev/parsedown": "^1.7",
"sendinblue/api-v3-sdk": "8.4.2",
"guzzlehttp/guzzle": "v7.8.0",
"google/apiclient": "^2.12",
"guzzlehttp/guzzle": "v7.8.0",
"league/uri-parser": "^1.4",
"misterion/ko-process": "^0.5",
"ocramius/package-versions": "^1.3",
"oxcom/zend-twig": "^1.0",
"packagelist/yuicompressor-bin": "^2.4",
"sendinblue/api-v3-sdk": "8.4.2",
"sentry/sentry": "^1.9",
"symfony/console": "^3.4",
"symfony/event-dispatcher": "^4.4",
"widmogrod/zf2-assetic-module": "^2.4",
"twitter/bootstrap": "^3.3",
"widmogrod/zf2-assetic-module": "^2.4",

"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"laminas/laminas-developer-tools": "^2.0",

"phpstan/phpstan": "^0.11",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/extension-installer": "^1.0",
"squizlabs/php_codesniffer": "^3.3",
"slevomat/coding-standard": "^6.1"
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true,
"phpstan/extension-installer": true
}
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan": "^1.10",
"slevomat/coding-standard": "^8.1",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -104,9 +98,9 @@
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
}
}
}
Loading

0 comments on commit 171cb79

Please sign in to comment.