Skip to content

Commit

Permalink
refactor build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Sep 11, 2023
1 parent f6d91cb commit 2b8d99a
Show file tree
Hide file tree
Showing 20 changed files with 1,692 additions and 1,564 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
}
],
"require": {
"ext-dom": "*",
"ext-gettext": "*",
"php": ">=8.1",
"symfony/console": "~5.4|~6.3",
"symfony/yaml": "~5.4|~6.3"
Expand All @@ -38,5 +40,8 @@
},
"bin": [
"countries.php"
]
],
"scripts": {
"convert": "@php countries.php convert"
}
}
12 changes: 7 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

500 changes: 250 additions & 250 deletions dist/countries-unescaped.json

Large diffs are not rendered by default.

502 changes: 251 additions & 251 deletions dist/countries.csv

Large diffs are not rendered by default.

500 changes: 250 additions & 250 deletions dist/countries.json

Large diffs are not rendered by default.

500 changes: 250 additions & 250 deletions dist/countries.xml

Large diffs are not rendered by default.

500 changes: 250 additions & 250 deletions dist/countries.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 2b8d99a

Please sign in to comment.