File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ use flake github:loophp/nix-auto-changelog
2+ use flake github:loophp/nix-shell#env-php81-nts --impure
Original file line number Diff line number Diff line change 1+ /.github export-ignore
2+ /docker export-ignore
13/spec export-ignore
2- .editorconfig export-ignore
3- .gitattributes export-ignore
4- .gitignore export-ignore
5- .scrutinizer.yml export-ignore
6- .travis.yml export-ignore
7- phpunit.xml.dist export-ignore
8- infection.json.dist export-ignore
9- grumphp.yml.dist export-ignore
10- phpspec.yml.dist export-ignore
4+ /tests export-ignore
5+ /.auto-changelog export-ignore
6+ /.editorconfig export-ignore
7+ /.gitattributes export-ignore
8+ /.gitignore export-ignore
9+ /.scrutinizer.yml export-ignore
10+ /CHANGELOG.md export-ignore
11+ /infection.json.dist export-ignore
12+ /grumphp.yml export-ignore
13+ /phpspec.yml.dist export-ignore
14+ /README.md export-ignore
Original file line number Diff line number Diff line change 3838 },
3939 "scripts" : {
4040 "grumphp" : " ./vendor/bin/grumphp run" ,
41- "changelog-unreleased" : " docker-compose run auto_changelog -c .auto-changelog -u" ,
42- "changelog-version" : " docker-compose run auto_changelog -c .auto-changelog -v"
41+ "changelog-unreleased" : " auto-changelog -c .auto-changelog -u" ,
42+ "changelog-version" : " auto-changelog -c .auto-changelog -v"
4343 },
4444 "funding" : [
4545 {
4646 "type" : " github" ,
4747 "url" : " https://github.com/drupol"
48- },
49- {
50- "type" : " paypal" ,
51- "url" : " https://www.paypal.me/drupol"
5248 }
5349 ]
5450}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments