Skip to content

Commit 6243209

Browse files
committed
chore: Update static files.
1 parent db0cb42 commit 6243209

5 files changed

Lines changed: 17 additions & 36 deletions

File tree

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
use flake github:loophp/nix-auto-changelog
2+
use flake github:loophp/nix-shell#env-php81-nts --impure

.gitattributes

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,13 @@
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
}

docker-compose.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/auto-changelog/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)