Skip to content

Commit

Permalink
Clean resources
Browse files Browse the repository at this point in the history
- Clean resources for production
  • Loading branch information
beebmx committed Jul 1, 2024
1 parent fd7094b commit 89c0683
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Git
/.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore

# Tests
/tests export-ignore
phpunit.xml.dist export-ignore

# Others
.editorconfig export-ignore
CHANGELOG-* export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"kirby", "kirby-3", "kirby-4", "env", "dotenv", "phpdotenv"
],
"version": "4.2.0",
"version": "4.2.1",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand All @@ -19,7 +19,7 @@
"vlucas/phpdotenv": "^5.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"laravel/pint": "^1.16",
"phpunit/phpunit": "^10.1"
},
"config": {
Expand Down

0 comments on commit 89c0683

Please sign in to comment.