Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to v1.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 73ce4c2 commit 5711f80
Showing 1 changed file with 32 additions and 34 deletions.
66 changes: 32 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,57 +9,55 @@
],
"require": {
"php": "~8.1",
"ext-json": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-json": "*",
"ext-xml": "*",
"ext-gd": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-posix": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-xsl": "*",
"apereo/phpcas": "1.6.1",
"cottagelabs/coar-notifications": "^0.9.70",
"defuse/php-encryption": "^2.3",
"doctrine/annotations": "^1.13",
"ezyang/htmlpurifier": "^4.14",
"geoip2/geoip2": "~3.0",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"ext-posix": "*",
"ext-pdo": "*",
"ext-imagick": "*",
"ext-zip": "*",
"geertw/ip-anonymizer": "^1.1",
"google/recaptcha": "~1.2",
"guzzlehttp/guzzle": "^7.3",
"html2text/html2text": "^4.3",
"laminas/laminas-feed": "^2.18",
"laravolt/avatar": "^6.0",
"league/commonmark": "^2.4",
"league/html-to-markdown": "^5.1",
"monolog/monolog": "^1.27",
"apereo/phpcas": "1.6.1",
"laravolt/avatar": "^4.1",
"neverbehave/hcaptcha": "~0.0.5",
"phpmailer/phpmailer": "^6.5",
"ramsey/uuid": "^4.7",
"seboettg/citeproc-php": "^2.6",
"shardj/zf1-extras-future": "^1.12",
"shardj/zf1-future": "1.23.*",
"smalot/pdfparser": "^2.2",
"shardj/zf1-extras-future": "^1.12",
"solarium/solarium": "^6.3.1",
"symfony/cache": "^5.4",
"symfony/event-dispatcher": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/polyfill-mbstring": "*",
"symfony/event-dispatcher": "^5.4",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-php84": "*",
"symfony/property-access": "^6.4",
"symfony/serializer": "^6.4",
"symfony/yaml": "^6.4",
"symfony/polyfill-mbstring": "*",
"symfony/cache": "^5.4",
"symfony/filesystem": "^5.4",
"ezyang/htmlpurifier": "^4.14",
"cottagelabs/coar-notifications": "^0.9.70",
"smalot/pdfparser": "^2.2",
"geoip2/geoip2": "~3.0",
"laminas/laminas-feed": "^2.18",
"whitecube/lingua": "^1.1",
"defuse/php-encryption": "^2.3",
"doctrine/annotations": "^1.13",
"vlucas/phpdotenv": "^5.5",
"symfony/intl": "^6.4"
"league/html-to-markdown": "^5.1",
"league/commonmark": "^2.4",
"seboettg/citeproc-php": "^2.6",
"symfony/serializer": "^6.4",
"symfony/property-access": "^6.4",
"ramsey/uuid": "^4.7",
"symfony/polyfill-php84": "^1.30"
},

"require-dev": {
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 5711f80

Please sign in to comment.