Skip to content

Commit

Permalink
Merge pull request #28 from Laravel-Lang/2.x
Browse files Browse the repository at this point in the history
Preparing for release
  • Loading branch information
andrey-helldar authored Dec 29, 2023
2 parents 787b0d9 + 4ab42dd commit 301805a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
IS_DIRTY=1
sudo php ./bin/native collect
composer collect
{ git add . && git commit -a -m "📦 Data updated"; } || IS_DIRTY=0
Expand Down
15 changes: 5 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"require-dev": {
"illuminate/support": "^10.31",
"laravel-lang/locale-list": "^1.2-RC1",
"laravel-lang/locale-list": "^1.2",
"pestphp/pest": "^2.24.3",
"punic/punic": "^3.8",
"symfony/console": "^6.3",
"symfony/process": "^6.3",
"symfony/var-dumper": "^6.3"
},
"minimum-stability": "RC",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand All @@ -68,14 +68,9 @@
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"@cldr"
],
"post-update-cmd": [
"@cldr"
],
"cldr": [
"php bin/native cldr"
"collect": [
"php bin/native cldr",
"php bin/native collect"
],
"test": [
"php vendor/bin/pest --parallel"
Expand Down

0 comments on commit 301805a

Please sign in to comment.