There was an error while loading. Please reload this page.
2 parents 0b7ea84 + 898b31b commit bb88d4bCopy full SHA for bb88d4b
2 files changed
composer.json
@@ -40,7 +40,7 @@
40
},
41
"require-dev": {
42
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
43
- "laravel-lang/locale-list": "^1.2",
+ "laravel-lang/locale-list": "^1.5",
44
"pestphp/pest": "^2.24.3 || ^3.0",
45
"punic/punic": "^3.8",
46
"symfony/console": "^6.3 || ^7.0",
@@ -75,6 +75,7 @@
75
76
"scripts": {
77
"collect": [
78
+ "Composer\\Config::disableProcessTimeout",
79
"php bin/native cldr",
80
"php bin/native collect"
81
],
phpunit.xml
@@ -23,7 +23,7 @@
23
colors="true"
24
processIsolation="false"
25
stopOnError="true"
26
- stopOnFailure="false"
+ stopOnFailure="true"
27
>
28
<php>
29
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
0 commit comments