Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Feb 27, 2018
1 parent c458011 commit 09f9f2e
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Dockerfile
docker-compose.yml
vendor
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ TLD list is available out of the box, but if you want to submit patches, add new
update data source or contribute in any other way, you will probably want to rebuild the list:

```bash
$ composer install
$ ./bin/build
$ docker-compose run php /var/www/html/bin/build -v
```

Other Interesting Lists
Expand Down
17 changes: 16 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
},
"require-dev": {
"ext-intl": "*",
"umpirsky/list-generator": "^1.1"
"umpirsky/list-generator": "^1.2",
"slowprog/composer-copy-file": "^0.2"
},
"scripts": {
"post-install-cmd": [
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"SlowProg\\CopyFile\\ScriptHandler::copy"
]
},
"extra": {
"copy-file": {
"vendor/umpirsky/list-generator/Dockerfile": "./",
"vendor/umpirsky/list-generator/docker-compose.yml": "./"
}
}
}
92 changes: 69 additions & 23 deletions composer.lock

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

0 comments on commit 09f9f2e

Please sign in to comment.