Skip to content

Commit

Permalink
Fix compatibility composer 2.5. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Jan 19, 2024
1 parent 62d7771 commit ae8d80c
Show file tree
Hide file tree
Showing 97 changed files with 12,224 additions and 738 deletions.
21 changes: 0 additions & 21 deletions .editorconfig

This file was deleted.

39 changes: 0 additions & 39 deletions .gitattributes

This file was deleted.

102 changes: 0 additions & 102 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

66 changes: 33 additions & 33 deletions .github/workflows/build.yml → .github/build.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'

push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'

name: build

jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'

push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'

name: build

jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3']
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/dependency-check.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/ecs.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/mutation.yml

This file was deleted.

Loading

0 comments on commit ae8d80c

Please sign in to comment.