Skip to content

Commit

Permalink
open 3.15.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Sep 11, 2024
1 parent 8b847ac commit 1aa287a
Show file tree
Hide file tree
Showing 41 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion src/AnnotatedRoutes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/router": "^3.14.3"
"spiral/router": "^3.15"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions src/AuthHttp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/auth": "^3.14.3",
"spiral/auth": "^3.15",
"psr/http-message": "^1.0|^2.0",
"psr/http-server-middleware": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"spiral/cookies": "^3.14.3",
"spiral/http": "^3.14.3",
"spiral/debug": "^3.14.3",
"spiral/cookies": "^3.15",
"spiral/http": "^3.15",
"spiral/debug": "^3.15",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^5.9"
},
Expand Down
12 changes: 6 additions & 6 deletions src/Boot/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/files": "^3.14.3",
"spiral/config": "^3.14.3",
"spiral/debug": "^3.14.3",
"spiral/exceptions": "^3.14.3",
"spiral/core": "^3.15",
"spiral/files": "^3.15",
"spiral/config": "^3.15",
"spiral/debug": "^3.15",
"spiral/exceptions": "^3.15",
"spiral/attributes": "^2.8|^3.0",
"spiral/events": "^3.14.3"
"spiral/events": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Dotenv/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^10.1",
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"vimeo/psalm": "^5.9"
},
"autoload": {
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 @@ -37,7 +37,7 @@
"monolog/monolog": "^2.9.2 || ^3.5"
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^5.9"
Expand Down
14 changes: 7 additions & 7 deletions src/Bridge/Stempler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
],
"require": {
"php": ">=8.1",
"spiral/stempler": "^3.14.3",
"spiral/files": "^3.14.3",
"spiral/config": "^3.14.3",
"spiral/router": "^3.14.3",
"spiral/views": "^3.14.3",
"spiral/core": "^3.14.3"
"spiral/stempler": "^3.15",
"spiral/files": "^3.15",
"spiral/config": "^3.15",
"spiral/router": "^3.15",
"spiral/views": "^3.15",
"spiral/core": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"spiral/testing": "^2.8",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^5.9"
Expand Down
6 changes: 3 additions & 3 deletions src/Broadcasting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"psr/http-server-middleware": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "1 - 3",
"spiral/core": "^3.14.3",
"spiral/config": "^3.14.3",
"spiral/core": "^3.15",
"spiral/config": "^3.15",
"psr/event-dispatcher": "^1.0"
},
"autoload": {
Expand All @@ -50,7 +50,7 @@
"require-dev": {
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^10.1",
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"vimeo/psalm": "^5.9"
},
"autoload-dev": {
Expand Down
8 changes: 4 additions & 4 deletions src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/config": "^3.14.3",
"spiral/files": "^3.14.3",
"spiral/core": "^3.15",
"spiral/config": "^3.15",
"spiral/files": "^3.15",
"psr/simple-cache": "2 - 3",
"psr/event-dispatcher": "^1.0"
},
Expand All @@ -46,7 +46,7 @@
}
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "^5.9"
Expand Down
2 changes: 1 addition & 1 deletion src/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14.3"
"spiral/core": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down
10 changes: 5 additions & 5 deletions src/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/events": "^3.14.3",
"spiral/hmvc": "^3.14.3",
"spiral/tokenizer": "^3.14.3",
"spiral/core": "^3.15",
"spiral/events": "^3.15",
"spiral/hmvc": "^3.15",
"spiral/tokenizer": "^3.15",
"symfony/console": "^6.1 || ^7.0"
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^5.9"
Expand Down
6 changes: 3 additions & 3 deletions src/Cookies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/encrypter": "^3.14.3",
"spiral/core": "^3.15",
"spiral/encrypter": "^3.15",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/http": "^3.14.3",
"spiral/http": "^3.15",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^5.9"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"spiral/core": "^3.14.3",
"spiral/security": "^3.14.3"
"spiral/core": "^3.15",
"spiral/security": "^3.15"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand Down
6 changes: 3 additions & 3 deletions src/Csrf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/cookies": "^3.14.3",
"spiral/core": "^3.15",
"spiral/cookies": "^3.15",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/http": "^3.14.3",
"spiral/http": "^3.15",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^5.9"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Debug/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"require": {
"php": ">=8.1",
"spiral/logger": "^3.14.3"
"spiral/logger": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Distribution/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"aws/aws-sdk-php": "^3.270",
"guzzlehttp/psr7": "^1.7|^2.0",
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Encrypter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14.3",
"spiral/core": "^3.15",
"defuse/php-encryption": "^2.2"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/tokenizer": "^3.14.3",
"spiral/tokenizer": "^3.15",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^5.9"
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"codedungeon/php-cli-colors": "^1.11",
"spiral/debug": "^3.14.3",
"spiral/debug": "^3.15",
"psr/container": "^1.1|^2.0",
"psr/log": "1 - 3"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Filters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"php": ">=8.1",
"psr/http-message": "^1.0|^2.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/auth": "^3.14.3",
"spiral/core": "^3.14.3",
"spiral/hmvc": "^3.14.3",
"spiral/models": "^3.14.3",
"spiral/validation": "^3.14.3"
"spiral/auth": "^3.15",
"spiral/core": "^3.15",
"spiral/hmvc": "^3.15",
"spiral/models": "^3.15",
"spiral/validation": "^3.15"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand Down
4 changes: 2 additions & 2 deletions src/Hmvc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/core": "^3.15",
"psr/event-dispatcher": "^1.0",
"spiral/interceptors": "^3.14.3"
"spiral/interceptors": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down
10 changes: 5 additions & 5 deletions src/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"spiral/core": "^3.14.3",
"spiral/files": "^3.14.3",
"spiral/streams": "^3.14.3",
"spiral/telemetry": "^3.14.3",
"spiral/core": "^3.15",
"spiral/files": "^3.15",
"spiral/streams": "^3.15",
"spiral/telemetry": "^3.15",
"psr/http-message": "^1.0|^2.0",
"psr/http-factory": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"nyholm/psr7": "^1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Interceptors/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.3",
"spiral/core": "^3.15",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": ">=8.1",
"psr/log": "1 - 3",
"spiral/core": "^3.14.3"
"spiral/core": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Prototype/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"nikic/php-parser": "^4.15.5",
"doctrine/inflector": "^1.4|^2.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/config": "^3.14.3",
"spiral/reactor": "^3.14.3"
"spiral/config": "^3.15",
"spiral/reactor": "^3.15"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions src/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14.3",
"spiral/hmvc": "^3.14.3",
"spiral/serializer": "^3.14.3",
"spiral/snapshots": "^3.14.3",
"spiral/telemetry": "^3.14.3",
"spiral/tokenizer": "^3.14.3",
"spiral/core": "^3.15",
"spiral/hmvc": "^3.15",
"spiral/serializer": "^3.15",
"spiral/snapshots": "^3.15",
"spiral/telemetry": "^3.15",
"spiral/tokenizer": "^3.15",
"spiral/attributes": "^2.8|^3.0",
"doctrine/inflector": "^1.4|^2.0",
"ramsey/uuid": "^4.2.3",
Expand All @@ -59,7 +59,7 @@
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/boot": "^3.14.3",
"spiral/boot": "^3.15",
"vimeo/psalm": "^5.9"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Reactor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"require": {
"php": ">=8.1",
"spiral/files": "^3.14.3",
"spiral/files": "^3.15",
"doctrine/inflector": "^1.4|^2.0",
"nette/php-generator": "^4.1.2"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14.3",
"spiral/hmvc": "^3.14.3",
"spiral/http": "^3.14.3",
"spiral/interceptors": "^3.14.3",
"spiral/core": "^3.15",
"spiral/hmvc": "^3.15",
"spiral/http": "^3.15",
"spiral/interceptors": "^3.15",
"cocur/slugify": "^3.2 || ^4.0",
"spiral/telemetry": "^3.14.3",
"spiral/telemetry": "^3.15",
"doctrine/inflector": "^1.4|^2.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
Loading

0 comments on commit 1aa287a

Please sign in to comment.