Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Feb 20, 2023
1 parent 845d30f commit 2b2b046
Show file tree
Hide file tree
Showing 41 changed files with 134 additions and 108 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,8 @@
# CHANGELOG

## Unreleased
- **High Impact Changes**
- **Medium Impact Changes**
- **Other Features**
## 3.6.1 - 2023-02-20
- **Bug Fixes**
- [spiral/scaffolder] Fixed the problem with namespace option in some scaffolder commands.

## 3.6.0 - 2023-02-17
- **High Impact Changes**
Expand Down
2 changes: 1 addition & 1 deletion src/AnnotatedRoutes/composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/router": "^3.7"
"spiral/router": "^3.6.1"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions src/AuthHttp/composer.json
Expand Up @@ -28,16 +28,16 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/auth": "^3.7",
"spiral/auth": "^3.6.1",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"spiral/cookies": "^3.7",
"spiral/http": "^3.7",
"spiral/debug": "^3.7",
"spiral/cookies": "^3.6.1",
"spiral/http": "^3.6.1",
"spiral/debug": "^3.6.1",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^4.27"
},
Expand Down
12 changes: 6 additions & 6 deletions src/Boot/composer.json
Expand Up @@ -28,13 +28,13 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/files": "^3.7",
"spiral/config": "^3.7",
"spiral/debug": "^3.7",
"spiral/exceptions": "^3.7",
"spiral/core": "^3.6.1",
"spiral/files": "^3.6.1",
"spiral/config": "^3.6.1",
"spiral/debug": "^3.6.1",
"spiral/exceptions": "^3.6.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/events": "^3.7"
"spiral/events": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Dotenv/composer.json
Expand Up @@ -33,7 +33,7 @@
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20",
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"vimeo/psalm": "^4.27"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Monolog/composer.json
Expand Up @@ -31,7 +31,7 @@
"monolog/monolog": "^2.2"
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^4.27"
Expand Down
14 changes: 7 additions & 7 deletions src/Bridge/Stempler/composer.json
Expand Up @@ -28,15 +28,15 @@
],
"require": {
"php": ">=8.1",
"spiral/stempler": "^3.7",
"spiral/files": "^3.7",
"spiral/config": "^3.7",
"spiral/router": "^3.7",
"spiral/views": "^3.7",
"spiral/core": "^3.7"
"spiral/stempler": "^3.6.1",
"spiral/files": "^3.6.1",
"spiral/config": "^3.6.1",
"spiral/router": "^3.6.1",
"spiral/views": "^3.6.1",
"spiral/core": "^3.6.1"
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^4.27"
Expand Down
6 changes: 3 additions & 3 deletions src/Broadcasting/composer.json
Expand Up @@ -32,8 +32,8 @@
"psr/http-server-middleware": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "1 - 3",
"spiral/core": "^3.7",
"spiral/config": "^3.7",
"spiral/core": "^3.6.1",
"spiral/config": "^3.6.1",
"psr/event-dispatcher": "^1.0"
},
"autoload": {
Expand All @@ -44,7 +44,7 @@
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20",
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"vimeo/psalm": "^4.27"
},
"autoload-dev": {
Expand Down
8 changes: 4 additions & 4 deletions src/Cache/composer.json
Expand Up @@ -28,9 +28,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/config": "^3.7",
"spiral/files": "^3.7",
"spiral/core": "^3.6.1",
"spiral/config": "^3.6.1",
"spiral/files": "^3.6.1",
"psr/simple-cache": "2 - 3",
"psr/event-dispatcher": "^1.0"
},
Expand All @@ -40,7 +40,7 @@
}
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27"
Expand Down
2 changes: 1 addition & 1 deletion src/Config/composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.7"
"spiral/core": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand Down
10 changes: 5 additions & 5 deletions src/Console/composer.json
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/events": "^3.7",
"spiral/hmvc": "^3.7",
"spiral/tokenizer": "^3.7",
"spiral/core": "^3.6.1",
"spiral/events": "^3.6.1",
"spiral/hmvc": "^3.6.1",
"spiral/tokenizer": "^3.6.1",
"symfony/console": "^6.1"
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^4.27"
Expand Down
6 changes: 3 additions & 3 deletions src/Cookies/composer.json
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/encrypter": "^3.7",
"spiral/core": "^3.6.1",
"spiral/encrypter": "^3.6.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"spiral/http": "^3.7",
"spiral/http": "^3.6.1",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^4.27"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Csrf/composer.json
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/cookies": "^3.7",
"spiral/core": "^3.6.1",
"spiral/cookies": "^3.6.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"spiral/http": "^3.7",
"spiral/http": "^3.6.1",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^4.27"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Debug/composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/logger": "^3.7"
"spiral/logger": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand Down
2 changes: 1 addition & 1 deletion src/Distribution/composer.json
Expand Up @@ -24,7 +24,7 @@
}
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"aws/aws-sdk-php": "^3.0",
"guzzlehttp/psr7": "^1.7",
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Encrypter/composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.7",
"spiral/core": "^3.6.1",
"defuse/php-encryption": "^2.2"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Events/composer.json
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/tokenizer": "^3.7",
"spiral/tokenizer": "^3.6.1",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^4.27"
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/composer.json
Expand Up @@ -31,7 +31,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"codedungeon/php-cli-colors": "^1.11",
"spiral/debug": "^3.7",
"spiral/debug": "^3.6.1",
"psr/container": "^1.1|^2.0",
"psr/log": "1 - 3"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Filters/composer.json
Expand Up @@ -30,11 +30,11 @@
"php": ">=8.1",
"psr/http-message": "^1.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/auth": "^3.7",
"spiral/core": "^3.7",
"spiral/hmvc": "^3.7",
"spiral/models": "^3.7",
"spiral/validation": "^3.7"
"spiral/auth": "^3.6.1",
"spiral/core": "^3.6.1",
"spiral/hmvc": "^3.6.1",
"spiral/models": "^3.6.1",
"spiral/validation": "^3.6.1"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Hmvc/composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.7",
"spiral/core": "^3.6.1",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
Expand Down
10 changes: 5 additions & 5 deletions src/Http/composer.json
Expand Up @@ -30,17 +30,17 @@
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"spiral/core": "^3.7",
"spiral/files": "^3.7",
"spiral/streams": "^3.7",
"spiral/telemetry": "^3.7",
"spiral/core": "^3.6.1",
"spiral/files": "^3.6.1",
"spiral/streams": "^3.6.1",
"spiral/telemetry": "^3.6.1",
"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"nyholm/psr7": "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=8.1",
"psr/log": "1 - 3",
"spiral/core": "^3.7"
"spiral/core": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand Down
12 changes: 6 additions & 6 deletions src/Queue/composer.json
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.7",
"spiral/hmvc": "^3.7",
"spiral/serializer": "^3.7",
"spiral/snapshots": "^3.7",
"spiral/telemetry": "^3.7",
"spiral/core": "^3.6.1",
"spiral/hmvc": "^3.6.1",
"spiral/serializer": "^3.6.1",
"spiral/snapshots": "^3.6.1",
"spiral/telemetry": "^3.6.1",
"spiral/attributes": "^2.8|^3.0",
"doctrine/inflector": "^1.4|^2.0",
"ramsey/uuid": "^4.2.3",
Expand All @@ -53,7 +53,7 @@
"doctrine/annotations": "^1.12",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"spiral/boot": "^3.7",
"spiral/boot": "^3.6.1",
"vimeo/psalm": "^4.27"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Reactor/composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/files": "^3.7",
"spiral/files": "^3.6.1",
"doctrine/inflector": "^1.4|^2.0",
"nette/php-generator": "^4.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Router/composer.json
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.7",
"spiral/hmvc": "^3.7",
"spiral/http": "^3.7",
"spiral/core": "^3.6.1",
"spiral/hmvc": "^3.6.1",
"spiral/http": "^3.6.1",
"cocur/slugify": "^3.2",
"spiral/telemetry": "^3.7",
"spiral/telemetry": "^3.6.1",
"doctrine/inflector": "^1.4|^2.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Scaffolder/composer.json
Expand Up @@ -33,7 +33,7 @@
],
"require": {
"php": ">=8.1",
"spiral/reactor": "^3.7",
"spiral/reactor": "^3.6.1",
"cocur/slugify": "^3.2",
"doctrine/inflector": "^1.4|^2.0",
"nette/php-generator": "^4.0.1"
Expand Down

0 comments on commit 2b2b046

Please sign in to comment.