Skip to content

Commit

Permalink
Use ReductionIterableAggregate.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 2, 2022
1 parent a168b6d commit 0d4d7a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use flake github:loophp/nix-auto-changelog
use flake github:loophp/nix-shell#env-php81-nts --impure
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.direnv/
/composer.lock
/vendor
/build
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"sort-packages": true
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
"changelog-unreleased": "auto_changelog -c .auto-changelog -u",
"changelog-version": "auto_changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2",
"phpunit": "vendor/bin/phpunit"
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ services:
- ./docs:/etc/Sphinx/source
ports:
- 8100:80
auto_changelog:
build: docker/auto-changelog
working_dir: /src
volumes:
- .:/src
13 changes: 0 additions & 13 deletions docker/auto-changelog/Dockerfile

This file was deleted.

0 comments on commit 0d4d7a2

Please sign in to comment.