Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[BUGFIX] Fix a Composer script description key #258

Merged
merged 1 commit into from
Aug 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ included PHPUnit package.
### Removed

### Fixed
- Fix a Composer script description key (#258)

## 7.5.23

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ci": "Runs all dynamic and static code checks (i.e. currently, only the static checks).",
"ci:php:stan": "Checks the types with PHPStan.",
"ci:static": "Runs all static code analysis checks for the code.",
"phpstand:baseline": "Updates the PHPStan baseline file to match the code."
"phpstan:baseline": "Updates the PHPStan baseline file to match the code."
},
"extra": {
"branch-alias": {
Expand Down