Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Apr 7, 2022
1 parent 25d9810 commit 74a8e93
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 39 deletions.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ filter:
excluded_paths:
- 'tests/*'
- 'src/*/tests'
- 'src/Bridge/*/tests'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
`Spiral\GRPC\ProtoCompiler`, `Spiral\GRPC\ServiceLocator`, `Spiral\Http\LegacyRrDispatcher`, `Spiral\Http\RrDispatcher`
are deprecated. Will be removed in v3.0.
- Changed package replacement strategy. "*" is replaced by "self.version".
- Sapi emitter now supports streaming emitting.
- [spiral/data-grid-bridge] Removed deprecation in classes `Spiral\DataGrid\Annotation\DataGrid`, `Spiral\DataGrid\Bootloader\GridBootloader`,
`Spiral\DataGrid\Config\GridConfig`, `Spiral\DataGrid\Interceptor\GridInterceptor`, `Spiral\DataGrid\Response\GridResponse`,
`Spiral\DataGrid\Response\GridResponseInterface`, `Spiral\DataGrid\GridInput`.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"defuse/php-encryption": "^2.2",
"doctrine/annotations": "^1.12",
"doctrine/inflector": "^1.4|^2.0",
"laminas/laminas-diactoros": "^2.4",
"laminas/laminas-diactoros": "^2.8",
"league/flysystem": "^2.0",
"monolog/monolog": "^2.2",
"myclabs/deep-copy": "^1.9",
Expand Down Expand Up @@ -136,7 +136,7 @@
"league/flysystem-async-aws-s3": "^2.0",
"league/flysystem-aws-s3-v3": "^2.0",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^8.5|^9.5",
"nyholm/psr7": "^1.5.0",
"ramsey/uuid": "^4.2",
Expand All @@ -150,7 +150,7 @@
"spiral/roadrunner": "^1.9.2",
"symfony/var-dumper": "^5.2|^6.0",
"symplify/monorepo-builder": "^10.0",
"vimeo/psalm": "4.21"
"vimeo/psalm": "^4.22"
},
"autoload-dev": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
],
],
'require' => [
'laminas/laminas-diactoros' => '^2.4',
'laminas/laminas-diactoros' => '^2.8',
'spiral/composer-publish-plugin' => '^1.0',
],
'autoload-dev' => [
Expand All @@ -85,7 +85,7 @@
],
'require-dev' => [
'phpunit/phpunit' => '^8.5|^9.5',
'mockery/mockery' => '^1.3',
'mockery/mockery' => '^1.5',
'spiral/code-style' => '^1.0',
'spiral/database' => '^2.7.3',
'spiral/migrations' => '^2.3',
Expand All @@ -101,7 +101,7 @@
'cycle/proxy-factory' => '^1.2',
'cycle/schema-builder' => '^1.1',
'symplify/monorepo-builder' => '^10.0',
'vimeo/psalm' => '^4.3',
'vimeo/psalm' => '^4.22',
],
]);

Expand Down
4 changes: 2 additions & 2 deletions src/AnnotatedRoutes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"laminas/laminas-diactoros": "^2.4",
"mockery/mockery": "^1.5",
"laminas/laminas-diactoros": "^2.8",
"spiral/boot": "^2.12",
"spiral/console": "^2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Attributes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.4",
"psr/cache": ">=1.0",
"psr/simple-cache": ">=1.0",
"psr/simple-cache": "1 - 3",
"nikic/php-parser": "^4.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/AuthHttp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"spiral/cookies": "^2.12",
"spiral/http": "^2.12",
"spiral/debug": "^2.12",
"laminas/laminas-diactoros": "^2.4"
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Boot/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Monolog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Stempler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/dumper": "^2.12"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"spiral/boot": "^2.12",
"symfony/tokenizer": "^2.10",
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Cookies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/http": "^2.12",
"laminas/laminas-diactoros": "^2.4"
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Csrf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/http": "^2.12",
"laminas/laminas-diactoros": "^2.4"
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Files/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Filters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Mailer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Models/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Pagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Prototype/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"cycle/orm": "^1.8.1",
"spiral/debug": "^2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Reactor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"psr/container": "^1.1|^2.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"laminas/laminas-diactoros": "^2.4"
"mockery/mockery": "^1.5",
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/SendIt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/boot": "^2.12",
"spiral/stempler-bridge": "^2.12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Stempler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/dumper": "^2.12"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"symfony/var-dumper": "^5.2|^6.0",
"vimeo/psalm": "^4.3",
"vimeo/psalm": "^4.22",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Streams/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.5",
"spiral/files": "^2.12",
"laminas/laminas-diactoros": "^2.4"
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"laminas/laminas-diactoros": "^2.4"
"mockery/mockery": "^1.5",
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Views/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
"mockery/mockery": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 74a8e93

Please sign in to comment.