We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47809f7 commit 818f84bCopy full SHA for 818f84b
composer.json
@@ -28,15 +28,15 @@
28
],
29
"require": {
30
"php": ">=8.1",
31
- "spiral/stempler": "^3.12",
32
- "spiral/files": "^3.12",
33
- "spiral/config": "^3.12",
34
- "spiral/router": "^3.12",
35
- "spiral/views": "^3.12",
36
- "spiral/core": "^3.12"
+ "spiral/stempler": "^3.13",
+ "spiral/files": "^3.13",
+ "spiral/config": "^3.13",
+ "spiral/router": "^3.13",
+ "spiral/views": "^3.13",
+ "spiral/core": "^3.13"
37
},
38
"require-dev": {
39
- "spiral/boot": "^3.12",
+ "spiral/boot": "^3.13",
40
"phpunit/phpunit": "^10.1",
41
"mockery/mockery": "^1.5",
42
"vimeo/psalm": "^5.9"
@@ -53,7 +53,7 @@
53
54
"extra": {
55
"branch-alias": {
56
- "dev-master": "3.12.x-dev"
+ "dev-master": "3.13.x-dev"
57
}
58
59
"config": {
0 commit comments