Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 12, 2022
1 parent 1e3ba86 commit 1e3447f
Show file tree
Hide file tree
Showing 36 changed files with 103 additions and 103 deletions.
10 changes: 5 additions & 5 deletions src/AnnotatedRoutes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=7.4",
"spiral/annotations": "^2.15",
"spiral/attributes": "^2.15",
"spiral/router": "^2.15"
"spiral/annotations": "^2.14.1",
"spiral/attributes": "^2.14.1",
"spiral/router": "^2.14.1"
},
"autoload": {
"psr-4": {
Expand All @@ -29,8 +29,8 @@
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5",
"laminas/laminas-diactoros": "^2.8",
"spiral/boot": "^2.15",
"spiral/console": "^2.15"
"spiral/boot": "^2.14.1",
"spiral/console": "^2.14.1"
},
"autoload-dev": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Annotations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"require": {
"php": ">=7.4",
"spiral/attributes": "^2.15",
"spiral/tokenizer": "^2.15"
"spiral/attributes": "^2.14.1",
"spiral/tokenizer": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5"
Expand Down
8 changes: 4 additions & 4 deletions src/AuthHttp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/auth": "^2.15",
"spiral/auth": "^2.14.1",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"spiral/cookies": "^2.15",
"spiral/http": "^2.15",
"spiral/debug": "^2.15",
"spiral/cookies": "^2.14.1",
"spiral/http": "^2.14.1",
"spiral/debug": "^2.14.1",
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions src/Boot/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/files": "^2.15",
"spiral/config": "^2.15",
"spiral/debug": "^2.15",
"spiral/exceptions": "^2.15"
"spiral/core": "^2.14.1",
"spiral/files": "^2.14.1",
"spiral/config": "^2.14.1",
"spiral/debug": "^2.14.1",
"spiral/exceptions": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand Down
10 changes: 5 additions & 5 deletions src/Bridge/DataGrid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/attributes": "^2.15",
"spiral/boot": "^2.15",
"spiral/data-grid": "^2.15",
"spiral/http": "^2.15"
"spiral/attributes": "^2.14.1",
"spiral/boot": "^2.14.1",
"spiral/data-grid": "^2.14.1",
"spiral/http": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"cycle/orm": "^1.8.1",
"cycle/database": "^1.0.3",
"spiral/hmvc": "^2.15"
"spiral/hmvc": "^2.14.1"
},
"autoload": {
"psr-4": {
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 @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4",
"spiral/boot": "^2.15",
"spiral/boot": "^2.14.1",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
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 @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4",
"spiral/boot": "^2.15",
"spiral/boot": "^2.14.1",
"monolog/monolog": "^2.2"
},
"require-dev": {
Expand Down
18 changes: 9 additions & 9 deletions src/Bridge/Stempler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
],
"require": {
"php": ">=7.4",
"spiral/stempler": "^2.15",
"spiral/boot": "^2.15",
"spiral/files": "^2.15",
"spiral/config": "^2.15",
"spiral/translator": "^2.15",
"spiral/router": "^2.15",
"spiral/views": "^2.15",
"spiral/core": "^2.15"
"spiral/stempler": "^2.14.1",
"spiral/boot": "^2.14.1",
"spiral/files": "^2.14.1",
"spiral/config": "^2.14.1",
"spiral/translator": "^2.14.1",
"spiral/router": "^2.14.1",
"spiral/views": "^2.14.1",
"spiral/core": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5",
"spiral/dumper": "^2.15"
"spiral/dumper": "^2.14.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/Broadcasting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "1 - 3",
"spiral/core": "^2.15",
"spiral/config": "^2.15"
"spiral/core": "^2.14.1",
"spiral/config": "^2.14.1"
},
"autoload": {
"psr-4": {
"Spiral\\Broadcasting\\": "src"
}
},
"require-dev": {
"spiral/boot": "^2.15",
"spiral/boot": "^2.14.1",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^8.5|^9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/config": "^2.15",
"spiral/files": "^2.15",
"spiral/core": "^2.14.1",
"spiral/config": "^2.14.1",
"spiral/files": "^2.14.1",
"psr/simple-cache": "1 - 2"
},
"autoload": {
Expand All @@ -27,7 +27,7 @@
}
},
"require-dev": {
"spiral/boot": "^2.15",
"spiral/boot": "^2.14.1",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^8.5|^9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/core": "^2.15"
"spiral/core": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand Down
4 changes: 2 additions & 2 deletions src/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/core": "^2.14.1",
"symfony/console": "^5.3|^6.0"
},
"require-dev": {
"spiral/boot": "^2.15",
"spiral/boot": "^2.14.1",
"symfony/tokenizer": "^2.10",
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5"
Expand Down
6 changes: 3 additions & 3 deletions src/Cookies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/encrypter": "^2.15",
"spiral/core": "^2.14.1",
"spiral/encrypter": "^2.14.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5",
"spiral/http": "^2.15",
"spiral/http": "^2.14.1",
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions src/Csrf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/cookies": "^2.15",
"spiral/core": "^2.14.1",
"spiral/cookies": "^2.14.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5",
"spiral/http": "^2.15",
"spiral/http": "^2.14.1",
"laminas/laminas-diactoros": "^2.8"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/DataGrid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=7.4",
"spiral/attributes": "^2.15",
"spiral/attributes": "^2.14.1",
"symfony/polyfill-php73": "^1.22"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Debug/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4",
"spiral/logger": "^2.15"
"spiral/logger": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5"
Expand Down
2 changes: 1 addition & 1 deletion src/Encrypter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/core": "^2.15",
"spiral/core": "^2.14.1",
"defuse/php-encryption": "^2.2"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Exceptions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"php": ">=7.4",
"ext-json": "*",
"ext-mbstring": "*",
"spiral/dumper": "^2.15",
"spiral/debug": "^2.15"
"spiral/dumper": "^2.14.1",
"spiral/debug": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5"
Expand Down
8 changes: 4 additions & 4 deletions src/Filters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15",
"spiral/models": "^2.15",
"spiral/translator": "^2.15",
"spiral/validation": "^2.15"
"spiral/core": "^2.14.1",
"spiral/models": "^2.14.1",
"spiral/translator": "^2.14.1",
"spiral/validation": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Hmvc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4",
"spiral/core": "^2.15"
"spiral/core": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5"
Expand Down
6 changes: 3 additions & 3 deletions src/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"php": ">=7.4",
"ext-json": "*",
"ext-mbstring": "*",
"spiral/core": "^2.15",
"spiral/files": "^2.15",
"spiral/streams": "^2.15",
"spiral/core": "^2.14.1",
"spiral/files": "^2.14.1",
"spiral/streams": "^2.14.1",
"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Logger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.4",
"psr/log": "1 - 3",
"spiral/core": "^2.15"
"spiral/core": "^2.14.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand Down
6 changes: 3 additions & 3 deletions src/Prototype/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"ext-json": "*",
"nikic/php-parser": "^4.1",
"doctrine/inflector": "^1.4|^2.0",
"spiral/console": "^2.15",
"spiral/annotations": "^2.15"
"spiral/console": "^2.14.1",
"spiral/annotations": "^2.14.1"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +31,7 @@
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.5",
"cycle/orm": "^1.8.1",
"spiral/debug": "^2.15"
"spiral/debug": "^2.14.1"
},
"autoload-dev": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/snapshots": "^2.15",
"spiral/attributes": "^2.15",
"spiral/snapshots": "^2.14.1",
"spiral/attributes": "^2.14.1",
"doctrine/inflector": "^1.4|^2.0",
"opis/closure": "^3.6",
"ramsey/uuid": "^4.2"
Expand All @@ -36,7 +36,7 @@
"doctrine/annotations": "^1.12",
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.5",
"spiral/boot": "^2.15"
"spiral/boot": "^2.14.1"
},
"extra": {
"branch-alias": {
Expand Down
6 changes: 3 additions & 3 deletions src/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/core": "^2.15",
"spiral/hmvc": "^2.15",
"spiral/http": "^2.15",
"spiral/core": "^2.14.1",
"spiral/hmvc": "^2.14.1",
"spiral/http": "^2.14.1",
"cocur/slugify": "^3.2",
"doctrine/inflector": "^1.4|^2.0"
},
Expand Down
Loading

0 comments on commit 1e3447f

Please sign in to comment.