Skip to content

Commit bb88d4b

Browse files
Merge pull request #20 from Laravel-Lang/patch/2025-02-24/21-52
Bump dependency
2 parents 0b7ea84 + 898b31b commit bb88d4b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"require-dev": {
4242
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
43-
"laravel-lang/locale-list": "^1.2",
43+
"laravel-lang/locale-list": "^1.5",
4444
"pestphp/pest": "^2.24.3 || ^3.0",
4545
"punic/punic": "^3.8",
4646
"symfony/console": "^6.3 || ^7.0",
@@ -75,6 +75,7 @@
7575
},
7676
"scripts": {
7777
"collect": [
78+
"Composer\\Config::disableProcessTimeout",
7879
"php bin/native cldr",
7980
"php bin/native collect"
8081
],

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
colors="true"
2424
processIsolation="false"
2525
stopOnError="true"
26-
stopOnFailure="false"
26+
stopOnFailure="true"
2727
>
2828
<php>
2929
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />

0 commit comments

Comments
 (0)