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 46efe50 commit c8cda83Copy full SHA for c8cda83
composer.json
@@ -34,13 +34,13 @@
34
],
35
"require": {
36
"php": ">=8.1",
37
- "spiral/core": "^3.15.8",
38
- "spiral/files": "^3.15.8",
39
- "spiral/config": "^3.15.8",
40
- "spiral/debug": "^3.15.8",
41
- "spiral/exceptions": "^3.15.8",
+ "spiral/core": "^3.16",
+ "spiral/files": "^3.16",
+ "spiral/config": "^3.16",
+ "spiral/debug": "^3.16",
+ "spiral/exceptions": "^3.16",
42
"spiral/attributes": "^2.8|^3.0",
43
- "spiral/events": "^3.15.8"
+ "spiral/events": "^3.16"
44
},
45
"require-dev": {
46
"phpunit/phpunit": "^10.5.41",
@@ -62,7 +62,7 @@
62
63
"extra": {
64
"branch-alias": {
65
- "dev-master": "3.15.x-dev"
+ "dev-master": "3.16.x-dev"
66
}
67
68
"config": {
0 commit comments