Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
open 10.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 25, 2022
1 parent aa6c239 commit 1f9fc81
Show file tree
Hide file tree
Showing 28 changed files with 106 additions and 106 deletions.
8 changes: 4 additions & 4 deletions packages/astral/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"php": ">=8.0",
"nette/utils": "^3.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/smart-file-system": "^10.0.17",
"symplify/smart-file-system": "^10.1",
"phpstan/phpstan": "^1.3",
"nikic/php-parser": "^4.13.2",
"symplify/package-builder": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"symplify/easy-testing": "^10.0.17",
"symplify/easy-testing": "^10.1",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/autowire-array-parameter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=8.0",
"nette/utils": "^3.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17"
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
16 changes: 8 additions & 8 deletions packages/coding-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"php": ">=8.0",
"nette/utils": "^3.2",
"friendsofphp/php-cs-fixer": "^3.4",
"symplify/symplify-kernel": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/autowire-array-parameter": "^10.0.17",
"symplify/rule-doc-generator-contracts": "^10.0.17"
"symplify/symplify-kernel": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/autowire-array-parameter": "^10.1",
"symplify/rule-doc-generator-contracts": "^10.1"
},
"require-dev": {
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"doctrine/orm": "^2.10",
"symplify/symplify-kernel": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/symplify-kernel": "^10.1",
"symplify/smart-file-system": "^10.1",
"symfony/framework-bundle": "^5.4|^6.0",
"symplify/easy-coding-standard": "^10.0.17",
"symplify/easy-coding-standard": "^10.1",
"phpunit/phpunit": "^9.5",
"symplify/rule-doc-generator": "^10.0.17"
"symplify/rule-doc-generator": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/composer-json-manipulator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17",
"symplify/smart-file-system": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/symplify-kernel": "^10.1",
"symplify/smart-file-system": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/config-transformer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"symplify/php-config-printer": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/php-config-printer": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/framework-bundle": "^5.4|^6.0",
"symplify/easy-testing": "^10.0.17"
"symplify/easy-testing": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console-color-diff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symfony/console": "^5.4|^6.0",
"sebastian/diff": "^4.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17"
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/easy-ci/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"nikic/php-parser": "^4.13.2",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/astral": "^10.0.17",
"symplify/composer-json-manipulator": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/astral": "^10.1",
"symplify/composer-json-manipulator": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"latte/latte": "^2.10",
Expand Down
18 changes: 9 additions & 9 deletions packages/easy-coding-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symplify/autowire-array-parameter": "^10.0.17",
"symplify/coding-standard": "^10.0.17",
"symplify/console-color-diff": "^10.0.17",
"symplify/easy-parallel": "^10.0.17",
"symplify/easy-testing": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/skipper": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17",
"symplify/autowire-array-parameter": "^10.1",
"symplify/coding-standard": "^10.1",
"symplify/console-color-diff": "^10.1",
"symplify/easy-parallel": "^10.1",
"symplify/easy-testing": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/skipper": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/symplify-kernel": "^10.1",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-parallel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react/event-loop": "^1.2",
"react/socket": "^1.10",
"symfony/console": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17"
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/easy-testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"symfony/finder": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-wrapper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symplify/smart-file-system": "^10.0.17",
"symplify/smart-file-system": "^10.1",
"psr/log": "^1.1",
"ondram/ci-detector": "^4.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/latte-phpstan-compiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"nette/application": "^3.1",
"latte/latte": "^2.10",
"phpstan/phpstan": "^1.3",
"symplify/astral": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/template-phpstan-compiler": "^10.0.17"
"symplify/astral": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/template-phpstan-compiler": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symplify/easy-testing": "^10.0.17",
"symplify/phpstan-rules": "^10.0.17",
"symplify/phpstan-extensions": "^10.0.17"
"symplify/easy-testing": "^10.1",
"symplify/phpstan-rules": "^10.1",
"symplify/phpstan-extensions": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-diff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nette/utils": "^3.2",
"sebastian/diff": "^4.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17"
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/monorepo-builder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17",
"symplify/composer-json-manipulator": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/console-color-diff": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/composer-json-manipulator": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/console-color-diff": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/neon-config-dumper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"nette/utils": "^3.2",
"nikic/php-parser": "^4.13.2",
"symfony/console": "^5.4|^6.0",
"symplify/easy-ci": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/easy-ci": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/package-builder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symplify/symplify-kernel": "^10.0.17",
"symplify/easy-testing": "^10.0.17",
"symplify/symplify-kernel": "^10.1",
"symplify/easy-testing": "^10.1",
"nette/neon": "^3.3.2"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/php-config-printer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"nette/utils": "^3.2",
"nikic/php-parser": "^4.13.2",
"symfony/yaml": "^5.4|^6.0",
"symplify/astral": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17"
"symplify/astral": "^10.1",
"symplify/symplify-kernel": "^10.1"
},
"require-dev": {
"symplify/easy-testing": "^10.0.17",
"symplify/easy-testing": "^10.1",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions packages/phpstan-extensions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=8.0",
"phpstan/phpstan": "^1.3",
"symplify/package-builder": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/astral": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/astral": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
16 changes: 8 additions & 8 deletions packages/phpstan-latte-rules/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"php": ">=8.0",
"phpstan/phpstan": "^1.3",
"latte/latte": "^2.10",
"symplify/astral": "^10.0.17",
"symplify/rule-doc-generator-contracts": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/latte-phpstan-compiler": "^10.0.17"
"symplify/astral": "^10.1",
"symplify/rule-doc-generator-contracts": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/latte-phpstan-compiler": "^10.1"
},
"require-dev": {
"nette/application": "^3.1",
"nette/forms": "^3.1",
"nette/security": "^3.1",
"phpunit/phpunit": "^9.5",
"symplify/phpstan-rules": "^10.0.17",
"symplify/phpstan-extensions": "^10.0.17",
"symplify/easy-ci": "^10.0.17"
"symplify/phpstan-rules": "^10.1",
"symplify/phpstan-extensions": "^10.1",
"symplify/easy-ci": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 deletions packages/phpstan-rules/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"nette/utils": "^3.2",
"phpstan/phpdoc-parser": "^1.2",
"phpstan/phpstan": "^1.3",
"symplify/astral": "^10.0.17",
"symplify/composer-json-manipulator": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/simple-php-doc-parser": "^10.0.17",
"symplify/smart-file-system": "^10.0.17",
"symplify/rule-doc-generator-contracts": "^10.0.17",
"symplify/astral": "^10.1",
"symplify/composer-json-manipulator": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/simple-php-doc-parser": "^10.1",
"symplify/smart-file-system": "^10.1",
"symplify/rule-doc-generator-contracts": "^10.1",
"webmozart/assert": "^1.10"
},
"require-dev": {
"symplify/easy-testing": "^10.0.17",
"symplify/phpstan-extensions": "^10.0.17",
"symplify/rule-doc-generator": "^10.0.17",
"symplify/easy-testing": "^10.1",
"symplify/phpstan-extensions": "^10.1",
"symplify/rule-doc-generator": "^10.1",
"phpunit/phpunit": "^9.5",
"myclabs/php-enum": "^1.8",
"symfony/framework-bundle": "^5.4|^6.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/rule-doc-generator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"symfony/string": "^5.4|^6.0",
"symfony/translation-contracts": "^2.5|^3.0",
"nette/robot-loader": "^3.4",
"symplify/symplify-kernel": "^10.0.17",
"symplify/rule-doc-generator-contracts": "^10.0.17",
"symplify/markdown-diff": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/symplify-kernel": "^10.1",
"symplify/rule-doc-generator-contracts": "^10.1",
"symplify/markdown-diff": "^10.1",
"symplify/package-builder": "^10.1",
"nette/neon": "^3.3.2",
"symplify/php-config-printer": "^10.0.17",
"symplify/smart-file-system": "^10.0.17"
"symplify/php-config-printer": "^10.1",
"symplify/smart-file-system": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/simple-php-doc-parser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"phpstan/phpdoc-parser": "^1.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17"
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symplify/easy-testing": "^10.0.17"
"symplify/easy-testing": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/skipper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symplify/package-builder": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17",
"symplify/smart-file-system": "^10.0.17"
"symplify/package-builder": "^10.1",
"symplify/symplify-kernel": "^10.1",
"symplify/smart-file-system": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/symfony-php-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": ">=8.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/symplify-kernel": "^10.0.17",
"symplify/package-builder": "^10.0.17"
"symplify/symplify-kernel": "^10.1",
"symplify/package-builder": "^10.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/symfony-static-dumper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symplify/autowire-array-parameter": "^10.0.17",
"symplify/package-builder": "^10.0.17",
"symplify/symplify-kernel": "^10.0.17",
"symplify/smart-file-system": "^10.0.17"
"symplify/autowire-array-parameter": "^10.1",
"symplify/package-builder": "^10.1",
"symplify/symplify-kernel": "^10.1",
"symplify/smart-file-system": "^10.1"
},
"require-dev": {
"doctrine/annotations": "^1.13",
Expand Down
Loading

0 comments on commit 1f9fc81

Please sign in to comment.