Skip to content

Commit

Permalink
WIP upgrade dependencies, temporarily removed infection and psalm-plu…
Browse files Browse the repository at this point in the history
…gin-stringf.
  • Loading branch information
Syndesi committed Feb 4, 2025
1 parent 626fa9a commit a987532
Show file tree
Hide file tree
Showing 4 changed files with 1,751 additions and 735 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE_CHECK_UPSTREAM_DEPENDENCY_PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: Dependency Update

Open tasks:

- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.4/alpine3.20/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.4/alpine3.21/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- If there are updates:
- [ ] Update local Dockerfile.
- [ ] Add changelog entry.
Expand Down
37 changes: 18 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"php-amqplib/php-amqplib": "^3.6",
"predis/predis": "^2.2",
"ramsey/uuid": "^4.7",
"symfony/asset": "7.1.*",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/event-dispatcher": "7.1.*",
"symfony/filesystem": "7.1.*",
"symfony/asset": "7.2.*",
"symfony/console": "7.2.*",
"symfony/dotenv": "7.2.*",
"symfony/event-dispatcher": "7.2.*",
"symfony/filesystem": "7.2.*",
"symfony/flex": "^2.4",
"symfony/framework-bundle": "7.1.*",
"symfony/framework-bundle": "7.2.*",
"symfony/monolog-bundle": "^3.10",
"symfony/runtime": "7.1.*",
"symfony/string": "7.1.*",
"symfony/yaml": "7.1.*",
"symfony/runtime": "7.2.*",
"symfony/string": "7.2.*",
"symfony/yaml": "7.2.*",
"syndesi/cypher-entity-manager": "^0.1.0",
"syndesi/elastic-entity-manager": "^0.0.3",
"syndesi/mongo-entity-manager": "^0.0.6",
Expand All @@ -36,20 +36,19 @@
},
"require-dev": {
"beste/psr-testlogger": "^1.0",
"boesing/psalm-plugin-stringf": "^1.4",
"brianium/paratest": "^7.4",
"friendsofphp/php-cs-fixer": "^3.48",
"phpbench/phpbench": "^1.2",
"phpmd/phpmd": "^2.15",
"phpspec/prophecy-phpunit": "^2.1",
"phpstan/phpstan": "^1.10",
"phpunit/php-code-coverage": "^10",
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^2.1",
"phpunit/php-code-coverage": "^11",
"phpunit/phpunit": "^11",
"symfony/maker-bundle": "^1.53",
"symfony/phpunit-bridge": "^7.1",
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*",
"vimeo/psalm": "^5.21"
"symfony/phpunit-bridge": "^7.2",
"symfony/stopwatch": "7.2.*",
"symfony/web-profiler-bundle": "7.2.*",
"vimeo/psalm": "^6.2"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -93,7 +92,7 @@
"@auto-scripts"
],
"test:unit": "php vendor/bin/paratest -p 6 --configuration tests/phpunit.xml.dist",
"test:feature": "php bin/console cache:clear && ./bin/test-feature-prepare && php vendor/bin/paratest -p 6 --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --exclude-group command,deprecated && php vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --group command",
"test:feature": "php bin/console cache:clear && ./bin/test-feature-prepare && php vendor/bin/paratest -p 6 --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --exclude-group command --exclude-group deprecated && php vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --group command",
"test:feature:deprecated": "php bin/console cache:clear && ./bin/test-feature-prepare && php vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --group deprecated",
"test:feature:test": "php bin/console cache:clear && ./bin/test-feature-prepare && php vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.feature.xml.dist ./tests/FeatureTests --group test",
"test:example-generation-controller": "php bin/console cache:clear && ./bin/test-feature-prepare && php vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.feature.xml.dist ./tests/ExampleGenerationController --exclude-group deprecated && php bin/console cache:clear",
Expand All @@ -120,7 +119,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.1.*"
"require": "7.2.*"
}
}
}
Loading

0 comments on commit a987532

Please sign in to comment.