Skip to content

Commit

Permalink
open 2.12.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Mar 18, 2022
1 parent 2d62ef6 commit 673f680
Show file tree
Hide file tree
Showing 46 changed files with 145 additions and 145 deletions.
12 changes: 6 additions & 6 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.11",
"spiral/attributes": "^2.11",
"spiral/router": "^2.11"
"spiral/annotations": "^2.12",
"spiral/attributes": "^2.12",
"spiral/router": "^2.12"
},
"autoload": {
"psr-4": {
Expand All @@ -29,8 +29,8 @@
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"laminas/laminas-diactoros": "^2.4",
"spiral/boot": "^2.11",
"spiral/console": "^2.11"
"spiral/boot": "^2.12",
"spiral/console": "^2.12"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 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.11",
"spiral/tokenizer": "^2.11"
"spiral/attributes": "^2.12",
"spiral/tokenizer": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5"
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Attributes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
10 changes: 5 additions & 5 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.11",
"spiral/auth": "^2.12",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"spiral/cookies": "^2.11",
"spiral/http": "^2.11",
"spiral/debug": "^2.11",
"spiral/cookies": "^2.12",
"spiral/http": "^2.12",
"spiral/debug": "^2.12",
"laminas/laminas-diactoros": "^2.4"
},
"autoload": {
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
12 changes: 6 additions & 6 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.11",
"spiral/files": "^2.11",
"spiral/config": "^2.11",
"spiral/debug": "^2.11",
"spiral/exceptions": "^2.11"
"spiral/core": "^2.12",
"spiral/files": "^2.12",
"spiral/config": "^2.12",
"spiral/debug": "^2.12",
"spiral/exceptions": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand All @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
12 changes: 6 additions & 6 deletions src/Bridge/DataGrid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/attributes": "^2.11",
"spiral/boot": "^2.11",
"spiral/data-grid": "^2.11",
"spiral/http": "^2.11"
"spiral/attributes": "^2.12",
"spiral/boot": "^2.12",
"spiral/data-grid": "^2.12",
"spiral/http": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"cycle/orm": "^1.8.1",
"spiral/hmvc": "^2.11"
"spiral/hmvc": "^2.12"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"spiral/boot": "^2.12",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
Expand All @@ -34,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"spiral/boot": "^2.12",
"monolog/monolog": "^2.2"
},
"require-dev": {
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
20 changes: 10 additions & 10 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.11",
"spiral/boot": "^2.11",
"spiral/files": "^2.11",
"spiral/config": "^2.11",
"spiral/translator": "^2.11",
"spiral/router": "^2.11",
"spiral/views": "^2.11",
"spiral/core": "^2.11"
"spiral/stempler": "^2.12",
"spiral/boot": "^2.12",
"spiral/files": "^2.12",
"spiral/config": "^2.12",
"spiral/translator": "^2.12",
"spiral/router": "^2.12",
"spiral/views": "^2.12",
"spiral/core": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"spiral/dumper": "^2.11"
"spiral/dumper": "^2.12"
},
"autoload": {
"psr-4": {
Expand All @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
10 changes: 5 additions & 5 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.11",
"spiral/config": "^2.11",
"spiral/files": "^2.11",
"spiral/core": "^2.12",
"spiral/config": "^2.12",
"spiral/files": "^2.12",
"psr/simple-cache": "1 - 2"
},
"autoload": {
Expand All @@ -27,7 +27,7 @@
}
},
"require-dev": {
"spiral/boot": "^2.11",
"spiral/boot": "^2.12",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^8.5|^9.5"
},
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions 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.11"
"spiral/core": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
6 changes: 3 additions & 3 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.11",
"spiral/core": "^2.12",
"symfony/console": "^5.3|^6.0"
},
"require-dev": {
"spiral/boot": "^2.11",
"spiral/boot": "^2.12",
"symfony/tokenizer": "^2.10",
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3"
Expand All @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
8 changes: 4 additions & 4 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.11",
"spiral/encrypter": "^2.11",
"spiral/core": "^2.12",
"spiral/encrypter": "^2.12",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"spiral/http": "^2.11",
"spiral/http": "^2.12",
"laminas/laminas-diactoros": "^2.4"
},
"autoload": {
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
8 changes: 4 additions & 4 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.11",
"spiral/cookies": "^2.11",
"spiral/core": "^2.12",
"spiral/cookies": "^2.12",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.3",
"spiral/http": "^2.11",
"spiral/http": "^2.12",
"laminas/laminas-diactoros": "^2.4"
},
"autoload": {
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"spiral/attributes": "^2.12",
"symfony/polyfill-php73": "^1.22"
},
"require-dev": {
Expand All @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
"dev-master": "2.12.x-dev"
}
},
"config": {
Expand Down
Loading

0 comments on commit 673f680

Please sign in to comment.