Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor build script #485

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- update official name of Turkey (#458)
- refactor build script

## [v4.1.1] - 2023-09-10
### Fixed
Expand Down
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"
}
}
15 changes: 9 additions & 6 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