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 d7827fe
Show file tree
Hide file tree
Showing 21 changed files with 1,693 additions and 1,564 deletions.
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"
}
}
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 d7827fe

Please sign in to comment.