Skip to content

Commit

Permalink
Remove infection from yii app example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jan 20, 2025
1 parent d83e2e4 commit c0fb851
Show file tree
Hide file tree
Showing 2 changed files with 1,616 additions and 2,484 deletions.
19 changes: 7 additions & 12 deletions .examples/yii/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
]
},
"require": {
"php": "^8.0",
"php": "^8.1",
"cmsig/seal": "^0.6",
"cmsig/seal-yii-module": "^0.6",
"ext-intl": "*",
"httpsoft/http-message": "^1.0.5",
"httpsoft/http-message": "^1.1",
"psr/container": "^2.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-message": "^1.1|^2.0",
"psr/http-server-handler": "^1.0",
"symfony/console": "^6.0 || ^7.1",
"vlucas/phpdotenv": "^5.3",
Expand All @@ -76,21 +76,21 @@
"yiisoft/html": "^3.0",
"yiisoft/http": "^1.2",
"yiisoft/i18n": "^1.1",
"yiisoft/log": "^2.0",
"yiisoft/log": "^2.1",
"yiisoft/log-target-file": "^3.0",
"yiisoft/router": "^3.0",
"yiisoft/router-fastroute": "^3.0",
"yiisoft/translator": "^3.0",
"yiisoft/translator-message-php": "^1.1",
"yiisoft/view": "^10.0",
"yiisoft/yii-console": "^2.0",
"yiisoft/yii-debug": "dev-master",
"yiisoft/yii-debug": "dev-master|dev-php80",
"yiisoft/yii-event": "^2.0",
"yiisoft/yii-http": "^1.0",
"yiisoft/yii-middleware": "^1.0",
"yiisoft/yii-runner-console": "^2.0",
"yiisoft/yii-runner-http": "^2.0",
"yiisoft/yii-view-renderer": "^7.0"
"yiisoft/yii-view-renderer": "^7.1"
},
"require-dev": {
"codeception/c3": "^2.7",
Expand All @@ -104,7 +104,6 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"rector/rector": "^1.0",
"roave/infection-static-analysis-plugin": "^1.25",
"roave/security-advisories": "dev-master",
"cmsig/seal-algolia-adapter": "^0.6",
"cmsig/seal-elasticsearch-adapter": "^0.6",
Expand All @@ -120,14 +119,11 @@
"spatie/phpunit-watcher": "^1.23",
"symfony/css-selector": "^6.2 || ^7.1",
"symfony/dom-crawler": "^6.2 || ^7.1",
"vimeo/psalm": "^4.30|^5.4",
"yiisoft/yii-debug-api": "^3.0@dev",
"yiisoft/yii-debug-viewer": "^3.0@dev",
"yiisoft/yii-gii": "dev-master",
"yiisoft/yii-testing": "dev-master"
},
"conflict": {
"react/promise": "<2.2.0"
},
"repositories": [
{
"type": "path",
Expand Down Expand Up @@ -164,7 +160,6 @@
"sort-packages": true,
"allow-plugins": {
"yiisoft/config": true,
"infection/extension-installer": true,
"codeception/c3": true,
"composer/installers": true,
"php-http/discovery": true,
Expand Down
Loading

0 comments on commit c0fb851

Please sign in to comment.