Skip to content

Commit

Permalink
Package maintenance
Browse files Browse the repository at this point in the history
Remove no longer used `jeremykendall/php-domain-parser`
The usage was removed but the package was not.
 d44b7e0#diff-701c373cf31e69b7dc3f31fe9178b56d75d67d645ea87b8ca7d964c91e1e5ce8

 composer & yarn patch updates
  • Loading branch information
johanib committed Jan 22, 2025
1 parent 640d862 commit 2e0b300
Show file tree
Hide file tree
Showing 3 changed files with 1,267 additions and 1,129 deletions.
45 changes: 22 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,27 @@
"ext-simplexml": "*",
"ext-xml": "*",
"cweagans/composer-patches": "^1.7.3",
"doctrine/doctrine-bundle": "^2.13.0",
"doctrine/doctrine-migrations-bundle": "^3.3.1",
"doctrine/orm": "^2.20",
"doctrine/doctrine-bundle": "^2.13.2",
"doctrine/doctrine-migrations-bundle": "^3.4.0",
"doctrine/orm": "^2.20.1",
"guzzlehttp/guzzle": "^7.9.2",
"jeremykendall/php-domain-parser": "~1.3.1",
"knplabs/knp-menu-bundle": "^3.4.2",
"knplabs/knp-menu-bundle": "^3.5.0",
"league/tactician-bundle": "^1.5.1",
"lesstif/php-jira-rest-client": "^5.9",
"lexik/translation-bundle": "^v6.0",
"nelmio/security-bundle": "^3.4.2",
"openconext/monitor-bundle": "^4.3.1",
"stfalcon/tinymce-bundle": "^3.1.0",
"stof/doctrine-extensions-bundle": "^1.12",
"stfalcon/tinymce-bundle": "^3.2.0",
"stof/doctrine-extensions-bundle": "^1.13",
"surfnet/stepup-saml-bundle": "6.0.4",
"symfony/asset": "^6.4.13",
"symfony/browser-kit": "^6.4.13",
"symfony/console": "^6.4.15",
"symfony/dotenv": "^6.4.13",
"symfony/console": "^6.4.17",
"symfony/dotenv": "^6.4.16",
"symfony/expression-language": "^6.4.13",
"symfony/flex": "^2.4.7",
"symfony/form": "^6.4.13",
"symfony/framework-bundle": "^6.4.13",
"symfony/framework-bundle": "^6.4.17",
"symfony/http-client": "6.4.*",
"symfony/mailer": "^6.4.13",
"symfony/monolog-bundle": "^3.10.0",
Expand All @@ -62,37 +61,37 @@
"symfony/security-bundle": "^6.4.13",
"symfony/security-csrf": "^6.4.13",
"symfony/serializer": "6.4.*",
"symfony/stimulus-bundle": "^2.21",
"symfony/stimulus-bundle": "^2.22.1",
"symfony/translation": "^6.4.13",
"symfony/twig-bridge": "^6.4.13",
"symfony/twig-bridge": "^6.4.17",
"symfony/twig-bundle": "^6.4.13",
"symfony/uid": "6.4.*",
"symfony/ux-autocomplete": "^2.21",
"symfony/validator": "^6.4.15",
"symfony/ux-autocomplete": "^2.22.1",
"symfony/validator": "^6.4.17",
"symfony/yaml": "^6.4.13",
"twig/extra-bundle": "^2.12|^3.13",
"twig/twig": "^3.14.2",
"twig/extra-bundle": "^2.12|^3.18",
"twig/twig": "^3.18.0",
"xemlock/htmlpurifier-html5": "^0.1.11"
},
"require-dev": {
"dbrekelmans/bdi": "^1.3",
"doctrine/doctrine-fixtures-bundle": "^3.6.2",
"dbrekelmans/bdi": "^1.4",
"doctrine/doctrine-fixtures-bundle": "^3.7.1",
"malukenho/docheader": "^1.1.0",
"mockery/mockery": "^1.6.12",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.12.10",
"phpstan/phpstan": "^1.12.16",
"phpunit/phpcov": "~8.2.1",
"phpunit/phpunit": "^9.6.21",
"phpunit/phpunit": "^9.6.22",
"rector/rector": "^1.2.10",
"sebastian/phpcpd": "^6.0.3",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.11.0",
"squizlabs/php_codesniffer": "^3.11.2",
"symfony/css-selector": "^6.4.13",
"symfony/panther": "^2.1.1",
"symfony/phpunit-bridge": "^6.4.13",
"symfony/phpunit-bridge": "^6.4.16",
"symfony/stopwatch": "^6.4.13",
"symfony/web-profiler-bundle": "^6.4.14"
"symfony/web-profiler-bundle": "^6.4.17"
},
"scripts": {
"auto-scripts": {
Expand Down
Loading

0 comments on commit 2e0b300

Please sign in to comment.