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

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 11, 2020
1 parent ed2e573 commit 569edb9
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi

<!-- changelog-linker -->

## Unreleased
## v7.2.1 - 2020-01-11

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/AutoBindParameter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nette/utils": "^3.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symplify/package-builder": "^7.3"
"symplify/package-builder": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/Autodiscovery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/autowire-array-parameter": "^7.3"
"symplify/package-builder": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/AutowireArrayParameter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nette/application": "^3.0",
"nette/utils": "^3.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symplify/package-builder": "^7.3"
"symplify/package-builder": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/ChangelogLinker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"symfony/console": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/set-config-resolver": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/auto-bind-parameter": "^7.3"
"symplify/package-builder": "^7.2.1",
"symplify/set-config-resolver": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symplify/auto-bind-parameter": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/CodingStandard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"nette/finder": "^2.5",
"squizlabs/php_codesniffer": "^3.5",
"friendsofphp/php-cs-fixer": "^2.16",
"symplify/smart-file-system": "^7.3",
"symplify/package-builder": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/smart-file-system": "^7.2.1",
"symplify/package-builder": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"phpstan/phpdoc-parser": "^0.4"
},
"require-dev": {
"nette/application": "^3.0",
"symplify/easy-coding-standard-tester": "^7.3",
"symplify/package-builder": "^7.3",
"symplify/easy-coding-standard-tester": "^7.2.1",
"symplify/package-builder": "^7.2.1",
"phpunit/phpunit": "^8.5"
},
"autoload": {
Expand Down
14 changes: 7 additions & 7 deletions packages/EasyCodingStandard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"symplify/coding-standard": "^7.3",
"symplify/package-builder": "^7.3",
"symplify/set-config-resolver": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/auto-bind-parameter": "^7.3"
"symplify/coding-standard": "^7.2.1",
"symplify/package-builder": "^7.2.1",
"symplify/set-config-resolver": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symplify/auto-bind-parameter": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"symplify/easy-coding-standard-tester": "^7.3"
"symplify/easy-coding-standard-tester": "^7.2.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyCodingStandardTester/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^7.2",
"phpunit/phpunit": "^8.5",
"symplify/easy-coding-standard": "^7.3",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3"
"symplify/easy-coding-standard": "^7.2.1",
"symplify/package-builder": "^7.2.1",
"symplify/smart-file-system": "^7.2.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/FlexLoader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"symfony/framework-bundle": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/package-builder": "^7.2.1",
"phpunit/phpunit": "^8.5"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions packages/LatteToTwigConverter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"symfony/console": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/smart-file-system": "^7.3"
"symplify/package-builder": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symplify/smart-file-system": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/MonorepoBuilder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"symfony/finder": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/auto-bind-parameter": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/set-config-resolver": "^7.3"
"symplify/package-builder": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symplify/auto-bind-parameter": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/set-config-resolver": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/NeonToYamlConverter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"php": "^7.2",
"nette/utils": "^3.0",
"nette/neon": "^3.0",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/package-builder": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/PHPStanExtensions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"nette/di": "^3.0",
"nette/utils": "^3.0",
"phpstan/phpstan": "^0.12.4",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3"
"symplify/package-builder": "^7.2.1",
"symplify/smart-file-system": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/SetConfigResolver/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symfony/console": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symplify/smart-file-system": "^7.3"
"symplify/smart-file-system": "^7.2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/Statie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"symfony/console": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"symplify/package-builder": "^7.3",
"symplify/smart-file-system": "^7.3",
"symplify/set-config-resolver": "^7.3",
"symplify/autowire-array-parameter": "^7.3",
"symplify/auto-bind-parameter": "^7.3",
"symplify/package-builder": "^7.2.1",
"symplify/smart-file-system": "^7.2.1",
"symplify/set-config-resolver": "^7.2.1",
"symplify/autowire-array-parameter": "^7.2.1",
"symplify/auto-bind-parameter": "^7.2.1",
"jean85/pretty-package-versions": "^1.2",
"ocramius/package-versions": "^1.4"
},
Expand Down

0 comments on commit 569edb9

Please sign in to comment.