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 9797029 commit f72c010Copy full SHA for f72c010
symfony.lock
@@ -345,12 +345,12 @@
345
"version": "v5.3.3"
346
},
347
"symfony/phpunit-bridge": {
348
- "version": "5.3",
+ "version": "6.2",
349
"recipe": {
350
"repo": "github.com/symfony/recipes",
351
- "branch": "master",
+ "branch": "main",
352
"version": "5.3",
353
- "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96"
+ "ref": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3"
354
355
"files": [
356
".env.test",
tests/bootstrap.php
@@ -9,3 +9,7 @@
9
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
10
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
11
}
12
+
13
+if ($_SERVER['APP_DEBUG']) {
14
+ umask(0000);
15
+}
0 commit comments