Skip to content

Commit

Permalink
repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Nov 7, 2023
1 parent 14ea82e commit 427b5a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: ["h4kuna"]
custom: ["https://revolut.me/milan2m/czk1000/dir"]
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']

fail-fast: false

Expand All @@ -17,7 +17,6 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, simplexml, json
coverage: none

- run: composer install --no-progress --prefer-dist
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Dir

[![Latest stable](https://img.shields.io/packagist/v/h4kuna/dir.svg)](https://packagist.org/packages/h4kuna/dir)
[![Downloads this Month](https://img.shields.io/packagist/dm/h4kuna/dir.svg)](https://packagist.org/packages/h4kuna/dir)
[![Latest Stable Version](https://poser.pugx.org/h4kuna/dir/v/stable?format=flat)](https://packagist.org/packages/h4kuna/dir)
[![Coverage Status](https://coveralls.io/repos/github/h4kuna/dir/badge.svg?branch=master)](https://coveralls.io/github/h4kuna/dir?branch=master)
[![Total Downloads](https://poser.pugx.org/h4kuna/dir/downloads?format=flat)](https://packagist.org/packages/h4kuna/dir)
[![License](https://poser.pugx.org/h4kuna/dir/license?format=flat)](https://packagist.org/packages/h4kuna/dir)

One abstract class provide path and prepare filesystem.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"sort-packages": true
},
"scripts": {
"phpstan": "vendor/bin/phpstan analyse",
"tests": "vendor/bin/tester -s -C --colors 1 tests/src/Unit",
"coverage": "vendor/bin/tester --coverage coverage.html --coverage-src src/ -s -C --colors 1 tests/src/Unit"
"stan": "vendor/bin/phpstan analyse",
"tests": "vendor/bin/tester --colors 1 -s -C tests/src/Unit",
"coverage": "vendor/bin/tester --coverage coverage.html --coverage-src src/ --colors 1 -s -C tests/src/Unit"
}
}

0 comments on commit 427b5a0

Please sign in to comment.