Skip to content

Commit

Permalink
refresh composer.lock, some cleanup/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed May 13, 2024
1 parent 3e8dc14 commit 8c2b082
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 53 deletions.
27 changes: 15 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
* text eol=lf

# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.scrutinizer.yml export-ignore
/composer.lock export-ignore
/infection.json5 export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
/.github export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/infection.json5 export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

ko_fi: ericsizemore
github: ericsizemore
tidelift: "packagist/esi/clock"
tidelift: "packagist/esi/clock"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ body:
label: Contribution Checks
options:
- label: I have verified whether this problem has already been reported.
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ body:
label: Contribution Checks
options:
- label: I have verified whether this feature request was already discussed.
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Support question?
url: https://github.com/ericsizemore/clock/discussions/categories/q-a
about: If you have any questions about configuring or using Clock, please open a new Q&A discussion.
about: If you have any questions about configuring or using Clock, please open a new Q&A discussion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ examples: "feat: add new command" or "fix: remove unused imports"
### Reviewer

- [ ] Label as either `fix`, `documentation`, or `enhancement`
- [ ] Additionally label as `verified` or `unverified`
- [ ] Additionally label as `verified` or `unverified`
1 change: 0 additions & 1 deletion .github/workflows/mutations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ jobs:
php vendor/bin/infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --configuration=infection.json5 --min-msi=100 --min-covered-msi=100
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
sarif_file: results.sarif
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
vendor/
build/
.php-cs-fixer.cache
.php-cs-fixer.cache
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ coding_style:

tools:
php_code_coverage: true
external_code_coverage: true
external_code_coverage: true
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.0.0]
### Added

* Added [SymfonyInsight]() into workflow.


## [1.0.0] - 2024-04-10

* Initial release.

[1.0.0]: https://github.com/ericsizemore/clock/releases/tag/1.0.0
[1.0.0]: https://github.com/ericsizemore/clock/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"require-dev": {
"esi/phpunit-coverage-check": "^2.0",
"friendsofphp/php-cs-fixer": "^3.54",
"friendsofphp/php-cs-fixer": "^3.56",
"infection/infection": "^0.28",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
Expand Down
52 changes: 24 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c2b082

Please sign in to comment.