Skip to content

Commit

Permalink
feat: update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
MatokUK committed Dec 4, 2024
1 parent a17df50 commit 57bc16a
Show file tree
Hide file tree
Showing 9 changed files with 3,484 additions and 1,734 deletions.
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,32 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ackintosh/ganesha": "^2.0 || ^3.0",
"beberlei/assert": "^3.3",
"doctrine/annotations": "^1.12|^2.0",
"symfony/cache": "^5.4.24|^6.2",
"symfony/framework-bundle": "^5.4.24|^6.2",
"symfony/proxy-manager-bridge": "^5.4.21|^6.2"
"symfony/cache": "^6.4 || ^7.1",
"symfony/framework-bundle": "^6.4 || ^7.1",
"symfony/proxy-manager-bridge": "^6.4 || ^7.1"
},
"require-dev": {
"amphp/amp": "3.0.2 as 2.6.4",
"amphp/byte-stream": "2.1.1 as 1.5",
"friendsofphp/php-cs-fixer": "^3.2",
"madewithlove/license-checker": "^0.10|^1.0",
"nikic/php-parser": "^4.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.1",
"phpmd/phpmd": "^2.6",
"phpro/grumphp": "^1.5",
"phpro/grumphp": "^2.5",
"phpstan/phpstan": "^1.1",
"phpunit/phpunit": "^10.2",
"pixelfederation/coding-standards": "^2.1",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.4",
"symfony/flex": "^2.3",
"symfony/monolog-bundle": "^3.7",
"symfony/phpunit-bridge": "^5.4.25|^6.2",
"symfony/phpunit-bridge": "^6.4 || ^7.1",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand All @@ -61,14 +63,14 @@
},
"extra": {
"symfony": {
"require": "5.4.*",
"require": "7.1.*",
"docker": false
}
},
"scripts": {
"grumphp8.1": "grumphp run --testsuite=php8.1",
"grumphp8.1-no-analyse": "grumphp run --testsuite=php8.1-no-analyse",
"grumphp8.2": "grumphp run --testsuite=php8.2",
"grumphp8.2-no-analyse": "grumphp run --testsuite=php8.2-no-analyse",
"grumphp8.3-no-analyse": "grumphp run --testsuite=php8.3-no-analyse",
"lic-check": "license-checker check",
"phpcs": "phpcs --standard=phpcs.ruleset.xml src",
"phpcbf": "phpcbf --standard=phpcs.ruleset.xml --extensions=php --tab-width=4 -sp src tests",
Expand Down
Loading

0 comments on commit 57bc16a

Please sign in to comment.