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 f596c9a commit 9381445Copy full SHA for 9381445
composer.json
@@ -36,17 +36,17 @@
36
"php": ">=8.1",
37
"ext-json": "*",
38
"ext-mbstring": "*",
39
- "spiral/core": "^3.14.6",
40
- "spiral/files": "^3.14.6",
41
- "spiral/streams": "^3.14.6",
42
- "spiral/telemetry": "^3.14.6",
+ "spiral/core": "^3.15",
+ "spiral/files": "^3.15",
+ "spiral/streams": "^3.15",
+ "spiral/telemetry": "^3.15",
43
"psr/http-message": "^1.0|^2.0",
44
"psr/http-factory": "^1.0",
45
"psr/http-server-middleware": "^1.0",
46
"psr/event-dispatcher": "^1.0"
47
},
48
"require-dev": {
49
- "spiral/boot": "^3.14.6",
+ "spiral/boot": "^3.15",
50
"phpunit/phpunit": "^10.1",
51
"mockery/mockery": "^1.5",
52
"nyholm/psr7": "^1.5",
0 commit comments